Shades of Very Dark Brown #5C4031
Tints of Very Dark Brown #5C4031
RGB
CMYK
RGB Variations
Color information
#5C4031 (or 0x5C4031) is known color: Very Dark Brown. HEX triplet: 5C, 40 and 31. RGB value is (92,64,49). Sum of RGB (Red+Green+Blue) = 92+64+49=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4031 is #A3BFCE. Grayscale: #464646. Windows color (decimal): -10731471 or 3227740. OLE color: 3227740.
HSL color Cylindrical-coordinate representation of color #5C4031: hue angle of 20.93º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C4031 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 64 | 49 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.64 |
| HSL | 20.93º | 0.3% | 0.28% | - |
| HSV(B) | 20.93º | 0.47% | 0.36% | - |
| XYZ | 6.8 | 6.16 | 3.74 | - |
| YUV | 70.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 49 | 0 | 0.30 | 0.47 | 0.64 | 20.93 | 0.3 | 0.28 |
| Hex | 5C | 40 | 31 | 0 | 1E | 2F | 40 | 15 | 1E | 1C |
| Octal | 134 | 100 | 61 | 0 | 36 | 57 | 100 | 25 | 36 | 34 |
| Binary | 1011100 | 1000000 | 110001 | 0 | 11110 | 101111 | 1000000 | 10101 | 11110 | 11100 |
Color Harmonies of #5C4031
Complementary color
Monochromatic Colors of #5C4031
Black with #5C4031
Text Example
Text Example
White with #5C4031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4031; }
p { color: rgb(92,64,49); }
H1.HeaderClassName
{
color: #5C4031;
}
.AnyTagClassName
{
color: #5C4031;
}
</style>
background-color css
<style>
a { background-color: #5C4031; }
a { background-color: rgb(92,64,49); }
div.DivClassName
{
background-color: #5C4031;
}
.BgClassName
{
background-color: #5C4031;
}
</style>
border-color css
<style>
span { border-color: #5C4031; }
span { border-color: rgb(92,64,49); }
td.TdClassName
{
border-color: #5C4031;
}
.TagClassName
{
border-color: #5C4031;
}
</style>