Shades of Hairy Heath #5C3525
Tints of Hairy Heath #5C3525
RGB
CMYK
RGB Variations
Color information
#5C3525 (or 0x5C3525) is known color: Hairy Heath. HEX triplet: 5C, 35 and 25. RGB value is (92,53,37). Sum of RGB (Red+Green+Blue) = 92+53+37=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3525 is #A3CADA. Grayscale: #3E3E3E. Windows color (decimal): -10734299 or 2438492. OLE color: 2438492.
HSL color Cylindrical-coordinate representation of color #5C3525: hue angle of 17.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C3525 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 53 | 37 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.64 |
| HSL | 17.45º | 0.43% | 0.25% | - |
| HSV(B) | 17.45º | 0.6% | 0.36% | - |
| XYZ | 6.02 | 4.96 | 2.39 | - |
| YUV | 62.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 37 | 0 | 0.42 | 0.60 | 0.64 | 17.45 | 0.43 | 0.25 |
| Hex | 5C | 35 | 25 | 0 | 2A | 3C | 40 | 11 | 2B | 19 |
| Octal | 134 | 65 | 45 | 0 | 52 | 74 | 100 | 21 | 53 | 31 |
| Binary | 1011100 | 110101 | 100101 | 0 | 101010 | 111100 | 1000000 | 10001 | 101011 | 11001 |
Color Harmonies of #5C3525
Complementary color
Monochromatic Colors of #5C3525
Black with #5C3525
Text Example
Text Example
White with #5C3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3525; }
p { color: rgb(92,53,37); }
H1.HeaderClassName
{
color: #5C3525;
}
.AnyTagClassName
{
color: #5C3525;
}
</style>
background-color css
<style>
a { background-color: #5C3525; }
a { background-color: rgb(92,53,37); }
div.DivClassName
{
background-color: #5C3525;
}
.BgClassName
{
background-color: #5C3525;
}
</style>
border-color css
<style>
span { border-color: #5C3525; }
span { border-color: rgb(92,53,37); }
td.TdClassName
{
border-color: #5C3525;
}
.TagClassName
{
border-color: #5C3525;
}
</style>