Shades of Hairy Heath #5F352A
Tints of Hairy Heath #5F352A
RGB
CMYK
RGB Variations
Color information
#5F352A (or 0x5F352A) is known color: Hairy Heath. HEX triplet: 5F, 35 and 2A. RGB value is (95,53,42). Sum of RGB (Red+Green+Blue) = 95+53+42=190 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 95 - color contains mainly: red. Hex color #5F352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F352A is #A0CAD5. Grayscale: #404040. Windows color (decimal): -10537686 or 2766175. OLE color: 2766175.
HSL color Cylindrical-coordinate representation of color #5F352A: hue angle of 12.45º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F352A is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 53 | 42 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.63 |
| HSL | 12.45º | 0.39% | 0.27% | - |
| HSV(B) | 12.45º | 0.56% | 0.37% | - |
| XYZ | 6.41 | 5.15 | 2.85 | - |
| YUV | 64.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 42 | 0 | 0.44 | 0.56 | 0.63 | 12.45 | 0.39 | 0.27 |
| Hex | 5F | 35 | 2A | 0 | 2C | 38 | 3F | C | 27 | 1B |
| Octal | 137 | 65 | 52 | 0 | 54 | 70 | 77 | 14 | 47 | 33 |
| Binary | 1011111 | 110101 | 101010 | 0 | 101100 | 111000 | 111111 | 1100 | 100111 | 11011 |
Color Harmonies of #5F352A
Complementary color
Monochromatic Colors of #5F352A
Black with #5F352A
Text Example
Text Example
White with #5F352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F352A; }
p { color: rgb(95,53,42); }
H1.HeaderClassName
{
color: #5F352A;
}
.AnyTagClassName
{
color: #5F352A;
}
</style>
background-color css
<style>
a { background-color: #5F352A; }
a { background-color: rgb(95,53,42); }
div.DivClassName
{
background-color: #5F352A;
}
.BgClassName
{
background-color: #5F352A;
}
</style>
border-color css
<style>
span { border-color: #5F352A; }
span { border-color: rgb(95,53,42); }
td.TdClassName
{
border-color: #5F352A;
}
.TagClassName
{
border-color: #5F352A;
}
</style>