Color spaces of #562b32
RGB | 86 | 43 | 50 |
---|---|---|---|
HSL | 0.97 | 0.33 | 0.25 |
HSV | 350° | 50° | 34° |
CMYK | 0.00 | 0.50 | 0.42 0.66 |
XYZ | 5.2774 | 3.9365 | 3.4993 |
Yxy | 3.9365 | 0.4151 | 0.3096 |
Hunter Lab | 19.8406 | 12.7581 | 3.4314 |
CIE-Lab | 23.4604 | 20.6618 | 4.4479 |
#562b32 color RGB value is (86,43,50).
#562b32 hex color red value is 86, green value is 43 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #562b32 hue: 0.97 , saturation: 0.33 and the lightness value of 562b32 is 0.25.
The process color (four color CMYK) of #562b32 color hex is 0.00, 0.50, 0.42, 0.66. Web safe color of #562b32 is #663333. Color #562b32 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00101011 | 00110010 |
Octal | 126 | 53 | 62 |
Decimal | 86 | 43 | 50 |
Hex | 56 | 2B | 32 |
Shades of #562b32
Tints of #562b32
RGB Percentages of Color #562b32
CMYK Percentages of Color #562b32
Complementary Color
#562b32 | #2b564f |
#562b32 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#562b32 Color Preview on White Background
Lorem ipsum dolor sit amet.
#562b32 Color CSS Codes
.mybgcolor {background-color:#562b32; } .myforecolor {color:#562b32; } .mybordercolor {border:3px solid #562b32; }
#562b32 Text Font Color
<p style="color:#562b32">Text here</p>
This sample text font color is #562b32
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#562b32 Background Color
<div style="background-color:#562b32">
Div content here</div>
This div background color is #562b32
#562b32 Border Color
<div style="border:3px solid #562b32">
Div here</div>
This div border color is #562b32
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,43,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #562b32; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #562b32; -webkit-box-shadow: 1px 1px 3px 2px #562b32; box-shadow: 1px 1px 3px 2px #562b32; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,43,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #562b32">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #562b32; -webkit-box-shadow: 1px 1px 3px 2px #562b32; box-shadow: 1px 1px 3px 2px #562b32;">
Div content here</div>
This div box has shadow with color #562b32
Comments
No comments written yet.
Please login to write comment.