Shades of Hairy Heath #5C3223
Tints of Hairy Heath #5C3223
RGB
CMYK
RGB Variations
Color information
#5C3223 (or 0x5C3223) is known color: Hairy Heath. HEX triplet: 5C, 32 and 23. RGB value is (92,50,35). Sum of RGB (Red+Green+Blue) = 92+50+35=177 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.98% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3223 is #A3CDDC. Grayscale: #3C3C3C. Windows color (decimal): -10735069 or 2306652. OLE color: 2306652.
HSL color Cylindrical-coordinate representation of color #5C3223: hue angle of 15.79º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C3223 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 35 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.64 |
| HSL | 15.79º | 0.45% | 0.25% | - |
| HSV(B) | 15.79º | 0.62% | 0.36% | - |
| XYZ | 5.86 | 4.68 | 2.18 | - |
| YUV | 60.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 35 | 0 | 0.46 | 0.62 | 0.64 | 15.79 | 0.45 | 0.25 |
| Hex | 5C | 32 | 23 | 0 | 2E | 3E | 40 | 10 | 2D | 19 |
| Octal | 134 | 62 | 43 | 0 | 56 | 76 | 100 | 20 | 55 | 31 |
| Binary | 1011100 | 110010 | 100011 | 0 | 101110 | 111110 | 1000000 | 10000 | 101101 | 11001 |
Color Harmonies of #5C3223
Complementary color
Monochromatic Colors of #5C3223
Black with #5C3223
Text Example
Text Example
White with #5C3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3223; }
p { color: rgb(92,50,35); }
H1.HeaderClassName
{
color: #5C3223;
}
.AnyTagClassName
{
color: #5C3223;
}
</style>
background-color css
<style>
a { background-color: #5C3223; }
a { background-color: rgb(92,50,35); }
div.DivClassName
{
background-color: #5C3223;
}
.BgClassName
{
background-color: #5C3223;
}
</style>
border-color css
<style>
span { border-color: #5C3223; }
span { border-color: rgb(92,50,35); }
td.TdClassName
{
border-color: #5C3223;
}
.TagClassName
{
border-color: #5C3223;
}
</style>