Shades of Hairy Heath #5C3424
Tints of Hairy Heath #5C3424
RGB
CMYK
RGB Variations
Color information
#5C3424 (or 0x5C3424) is known color: Hairy Heath. HEX triplet: 5C, 34 and 24. RGB value is (92,52,36). Sum of RGB (Red+Green+Blue) = 92+52+36=180 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.11% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3424 is #A3CBDB. Grayscale: #3E3E3E. Windows color (decimal): -10734556 or 2372700. OLE color: 2372700.
HSL color Cylindrical-coordinate representation of color #5C3424: hue angle of 17.14º 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 #5C3424 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 52 | 36 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.64 |
| HSL | 17.14º | 0.44% | 0.25% | - |
| HSV(B) | 17.14º | 0.61% | 0.36% | - |
| XYZ | 5.96 | 4.86 | 2.29 | - |
| YUV | 62.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 36 | 0 | 0.43 | 0.61 | 0.64 | 17.14 | 0.44 | 0.25 |
| Hex | 5C | 34 | 24 | 0 | 2B | 3D | 40 | 11 | 2C | 19 |
| Octal | 134 | 64 | 44 | 0 | 53 | 75 | 100 | 21 | 54 | 31 |
| Binary | 1011100 | 110100 | 100100 | 0 | 101011 | 111101 | 1000000 | 10001 | 101100 | 11001 |
Color Harmonies of #5C3424
Complementary color
Monochromatic Colors of #5C3424
Black with #5C3424
Text Example
Text Example
White with #5C3424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3424; }
p { color: rgb(92,52,36); }
H1.HeaderClassName
{
color: #5C3424;
}
.AnyTagClassName
{
color: #5C3424;
}
</style>
background-color css
<style>
a { background-color: #5C3424; }
a { background-color: rgb(92,52,36); }
div.DivClassName
{
background-color: #5C3424;
}
.BgClassName
{
background-color: #5C3424;
}
</style>
border-color css
<style>
span { border-color: #5C3424; }
span { border-color: rgb(92,52,36); }
td.TdClassName
{
border-color: #5C3424;
}
.TagClassName
{
border-color: #5C3424;
}
</style>