Shades of Very Dark Brown #5C4032
Tints of Very Dark Brown #5C4032
RGB
CMYK
RGB Variations
Color information
#5C4032 (or 0x5C4032) is known color: Very Dark Brown. HEX triplet: 5C, 40 and 32. RGB value is (92,64,50). Sum of RGB (Red+Green+Blue) = 92+64+50=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4032 is #A3BFCD. Grayscale: #464646. Windows color (decimal): -10731470 or 3293276. OLE color: 3293276.
HSL color Cylindrical-coordinate representation of color #5C4032: hue angle of 20º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C4032 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 64 | 50 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.64 |
| HSL | 20º | 0.3% | 0.28% | - |
| HSV(B) | 20º | 0.46% | 0.36% | - |
| XYZ | 6.82 | 6.17 | 3.85 | - |
| YUV | 70.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 50 | 0 | 0.30 | 0.46 | 0.64 | 20 | 0.3 | 0.28 |
| Hex | 5C | 40 | 32 | 0 | 1E | 2E | 40 | 14 | 1E | 1C |
| Octal | 134 | 100 | 62 | 0 | 36 | 56 | 100 | 24 | 36 | 34 |
| Binary | 1011100 | 1000000 | 110010 | 0 | 11110 | 101110 | 1000000 | 10100 | 11110 | 11100 |
Color Harmonies of #5C4032
Complementary color
Monochromatic Colors of #5C4032
Black with #5C4032
Text Example
Text Example
White with #5C4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4032; }
p { color: rgb(92,64,50); }
H1.HeaderClassName
{
color: #5C4032;
}
.AnyTagClassName
{
color: #5C4032;
}
</style>
background-color css
<style>
a { background-color: #5C4032; }
a { background-color: rgb(92,64,50); }
div.DivClassName
{
background-color: #5C4032;
}
.BgClassName
{
background-color: #5C4032;
}
</style>
border-color css
<style>
span { border-color: #5C4032; }
span { border-color: rgb(92,64,50); }
td.TdClassName
{
border-color: #5C4032;
}
.TagClassName
{
border-color: #5C4032;
}
</style>