Shades of Very Dark Brown #5C4037
Tints of Very Dark Brown #5C4037
RGB
CMYK
RGB Variations
Color information
#5C4037 (or 0x5C4037) is known color: Very Dark Brown. HEX triplet: 5C, 40 and 37. RGB value is (92,64,55). Sum of RGB (Red+Green+Blue) = 92+64+55=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4037 is #A3BFC8. Grayscale: #474747. Windows color (decimal): -10731465 or 3620956. OLE color: 3620956.
HSL color Cylindrical-coordinate representation of color #5C4037: hue angle of 14.59º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C4037 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 64 | 55 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.64 |
| HSL | 14.59º | 0.25% | 0.29% | - |
| HSV(B) | 14.59º | 0.4% | 0.36% | - |
| XYZ | 6.94 | 6.22 | 4.45 | - |
| YUV | 71.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 55 | 0 | 0.30 | 0.40 | 0.64 | 14.59 | 0.25 | 0.29 |
| Hex | 5C | 40 | 37 | 0 | 1E | 28 | 40 | F | 19 | 1D |
| Octal | 134 | 100 | 67 | 0 | 36 | 50 | 100 | 17 | 31 | 35 |
| Binary | 1011100 | 1000000 | 110111 | 0 | 11110 | 101000 | 1000000 | 1111 | 11001 | 11101 |
Color Harmonies of #5C4037
Complementary color
Monochromatic Colors of #5C4037
Black with #5C4037
Text Example
Text Example
White with #5C4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4037; }
p { color: rgb(92,64,55); }
H1.HeaderClassName
{
color: #5C4037;
}
.AnyTagClassName
{
color: #5C4037;
}
</style>
background-color css
<style>
a { background-color: #5C4037; }
a { background-color: rgb(92,64,55); }
div.DivClassName
{
background-color: #5C4037;
}
.BgClassName
{
background-color: #5C4037;
}
</style>
border-color css
<style>
span { border-color: #5C4037; }
span { border-color: rgb(92,64,55); }
td.TdClassName
{
border-color: #5C4037;
}
.TagClassName
{
border-color: #5C4037;
}
</style>