Color spaces of #554026
RGB | 85 | 64 | 38 |
---|---|---|---|
HSL | 0.09 | 0.38 | 0.24 |
HSV | 33° | 55° | 33° |
CMYK | 0.00 | 0.25 | 0.55 0.67 |
XYZ | 5.9296 | 5.7380 | 2.6287 |
Yxy | 5.7380 | 0.4148 | 0.4014 |
Hunter Lab | 23.9541 | 2.2661 | 10.2615 |
CIE-Lab | 28.7416 | 5.4527 | 19.3368 |
#554026 color RGB value is (85,64,38).
#554026 hex color red value is 85, green value is 64 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #554026 hue: 0.09 , saturation: 0.38 and the lightness value of 554026 is 0.24.
The process color (four color CMYK) of #554026 color hex is 0.00, 0.25, 0.55, 0.67. Web safe color of #554026 is #663333. Color #554026 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01000000 | 00100110 |
Octal | 125 | 100 | 46 |
Decimal | 85 | 64 | 38 |
Hex | 55 | 40 | 26 |
Shades of #554026
Tints of #554026
RGB Percentages of Color #554026
CMYK Percentages of Color #554026
Complementary Color
#554026 | #263b55 |
#554026 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#554026 Color Preview on White Background
Lorem ipsum dolor sit amet.
#554026 Color CSS Codes
.mybgcolor {background-color:#554026; } .myforecolor {color:#554026; } .mybordercolor {border:3px solid #554026; }
#554026 Text Font Color
<p style="color:#554026">Text here</p>
This sample text font color is #554026
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.
#554026 Background Color
<div style="background-color:#554026">
Div content here</div>
This div background color is #554026
#554026 Border Color
<div style="border:3px solid #554026">
Div here</div>
This div border color is #554026
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,64,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #554026; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #554026; -webkit-box-shadow: 1px 1px 3px 2px #554026; box-shadow: 1px 1px 3px 2px #554026; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,64,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #554026">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #554026; -webkit-box-shadow: 1px 1px 3px 2px #554026; box-shadow: 1px 1px 3px 2px #554026;">
Div content here</div>
This div box has shadow with color #554026
Comments
No comments written yet.
Please login to write comment.