Shades of Hairy Heath #5C352A
Tints of Hairy Heath #5C352A
RGB
CMYK
RGB Variations
Color information
#5C352A (or 0x5C352A) is known color: Hairy Heath. HEX triplet: 5C, 35 and 2A. RGB value is (92,53,42). Sum of RGB (Red+Green+Blue) = 92+53+42=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C352A is #A3CAD5. Grayscale: #3F3F3F. Windows color (decimal): -10734294 or 2766172. OLE color: 2766172.
HSL color Cylindrical-coordinate representation of color #5C352A: hue angle of 13.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C352A is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 53 | 42 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.64 |
| HSL | 13.2º | 0.37% | 0.26% | - |
| HSV(B) | 13.2º | 0.54% | 0.36% | - |
| XYZ | 6.1 | 4.99 | 2.83 | - |
| YUV | 63.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 42 | 0 | 0.42 | 0.54 | 0.64 | 13.2 | 0.37 | 0.26 |
| Hex | 5C | 35 | 2A | 0 | 2A | 36 | 40 | D | 25 | 1A |
| Octal | 134 | 65 | 52 | 0 | 52 | 66 | 100 | 15 | 45 | 32 |
| Binary | 1011100 | 110101 | 101010 | 0 | 101010 | 110110 | 1000000 | 1101 | 100101 | 11010 |
Color Harmonies of #5C352A
Complementary color
Monochromatic Colors of #5C352A
Black with #5C352A
Text Example
Text Example
White with #5C352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C352A; }
p { color: rgb(92,53,42); }
H1.HeaderClassName
{
color: #5C352A;
}
.AnyTagClassName
{
color: #5C352A;
}
</style>
background-color css
<style>
a { background-color: #5C352A; }
a { background-color: rgb(92,53,42); }
div.DivClassName
{
background-color: #5C352A;
}
.BgClassName
{
background-color: #5C352A;
}
</style>
border-color css
<style>
span { border-color: #5C352A; }
span { border-color: rgb(92,53,42); }
td.TdClassName
{
border-color: #5C352A;
}
.TagClassName
{
border-color: #5C352A;
}
</style>