Shades of Hairy Heath #5C3529
Tints of Hairy Heath #5C3529
RGB
CMYK
RGB Variations
Color information
#5C3529 (or 0x5C3529) is known color: Hairy Heath. HEX triplet: 5C, 35 and 29. RGB value is (92,53,41). Sum of RGB (Red+Green+Blue) = 92+53+41=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3529 is #A3CAD6. Grayscale: #3F3F3F. Windows color (decimal): -10734295 or 2700636. OLE color: 2700636.
HSL color Cylindrical-coordinate representation of color #5C3529: hue angle of 14.12º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C3529 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 53 | 41 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.64 |
| HSL | 14.12º | 0.38% | 0.26% | - |
| HSV(B) | 14.12º | 0.55% | 0.36% | - |
| XYZ | 6.09 | 4.98 | 2.74 | - |
| YUV | 63.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 41 | 0 | 0.42 | 0.55 | 0.64 | 14.12 | 0.38 | 0.26 |
| Hex | 5C | 35 | 29 | 0 | 2A | 37 | 40 | E | 26 | 1A |
| Octal | 134 | 65 | 51 | 0 | 52 | 67 | 100 | 16 | 46 | 32 |
| Binary | 1011100 | 110101 | 101001 | 0 | 101010 | 110111 | 1000000 | 1110 | 100110 | 11010 |
Color Harmonies of #5C3529
Complementary color
Monochromatic Colors of #5C3529
Black with #5C3529
Text Example
Text Example
White with #5C3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3529; }
p { color: rgb(92,53,41); }
H1.HeaderClassName
{
color: #5C3529;
}
.AnyTagClassName
{
color: #5C3529;
}
</style>
background-color css
<style>
a { background-color: #5C3529; }
a { background-color: rgb(92,53,41); }
div.DivClassName
{
background-color: #5C3529;
}
.BgClassName
{
background-color: #5C3529;
}
</style>
border-color css
<style>
span { border-color: #5C3529; }
span { border-color: rgb(92,53,41); }
td.TdClassName
{
border-color: #5C3529;
}
.TagClassName
{
border-color: #5C3529;
}
</style>