Shades of Hairy Heath #5D3524
Tints of Hairy Heath #5D3524
RGB
CMYK
RGB Variations
Color information
#5D3524 (or 0x5D3524) is known color: Hairy Heath. HEX triplet: 5D, 35 and 24. RGB value is (93,53,36). Sum of RGB (Red+Green+Blue) = 93+53+36=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3524 is #A2CADB. Grayscale: #3F3F3F. Windows color (decimal): -10668764 or 2372957. OLE color: 2372957.
HSL color Cylindrical-coordinate representation of color #5D3524: hue angle of 17.89º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D3524 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 53 | 36 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.64 |
| HSL | 17.89º | 0.44% | 0.25% | - |
| HSV(B) | 17.89º | 0.61% | 0.36% | - |
| XYZ | 6.11 | 5 | 2.31 | - |
| YUV | 63.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 36 | 0 | 0.43 | 0.61 | 0.64 | 17.89 | 0.44 | 0.25 |
| Hex | 5D | 35 | 24 | 0 | 2B | 3D | 40 | 12 | 2C | 19 |
| Octal | 135 | 65 | 44 | 0 | 53 | 75 | 100 | 22 | 54 | 31 |
| Binary | 1011101 | 110101 | 100100 | 0 | 101011 | 111101 | 1000000 | 10010 | 101100 | 11001 |
Color Harmonies of #5D3524
Complementary color
Monochromatic Colors of #5D3524
Black with #5D3524
Text Example
Text Example
White with #5D3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3524; }
p { color: rgb(93,53,36); }
H1.HeaderClassName
{
color: #5D3524;
}
.AnyTagClassName
{
color: #5D3524;
}
</style>
background-color css
<style>
a { background-color: #5D3524; }
a { background-color: rgb(93,53,36); }
div.DivClassName
{
background-color: #5D3524;
}
.BgClassName
{
background-color: #5D3524;
}
</style>
border-color css
<style>
span { border-color: #5D3524; }
span { border-color: rgb(93,53,36); }
td.TdClassName
{
border-color: #5D3524;
}
.TagClassName
{
border-color: #5D3524;
}
</style>