Shades of Very Dark Brown #5C4131
Tints of Very Dark Brown #5C4131
RGB
CMYK
RGB Variations
Color information
#5C4131 (or 0x5C4131) is known color: Very Dark Brown. HEX triplet: 5C, 41 and 31. RGB value is (92,65,49). Sum of RGB (Red+Green+Blue) = 92+65+49=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4131 is #A3BECE. Grayscale: #474747. Windows color (decimal): -10731215 or 3227996. OLE color: 3227996.
HSL color Cylindrical-coordinate representation of color #5C4131: hue angle of 22.33º 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 #5C4131 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 49 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.64 |
| HSL | 22.33º | 0.3% | 0.28% | - |
| HSV(B) | 22.33º | 0.47% | 0.36% | - |
| XYZ | 6.86 | 6.28 | 3.76 | - |
| YUV | 71.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 49 | 0 | 0.29 | 0.47 | 0.64 | 22.33 | 0.3 | 0.28 |
| Hex | 5C | 41 | 31 | 0 | 1D | 2F | 40 | 16 | 1E | 1C |
| Octal | 134 | 101 | 61 | 0 | 35 | 57 | 100 | 26 | 36 | 34 |
| Binary | 1011100 | 1000001 | 110001 | 0 | 11101 | 101111 | 1000000 | 10110 | 11110 | 11100 |
Color Harmonies of #5C4131
Complementary color
Monochromatic Colors of #5C4131
Black with #5C4131
Text Example
Text Example
White with #5C4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4131; }
p { color: rgb(92,65,49); }
H1.HeaderClassName
{
color: #5C4131;
}
.AnyTagClassName
{
color: #5C4131;
}
</style>
background-color css
<style>
a { background-color: #5C4131; }
a { background-color: rgb(92,65,49); }
div.DivClassName
{
background-color: #5C4131;
}
.BgClassName
{
background-color: #5C4131;
}
</style>
border-color css
<style>
span { border-color: #5C4131; }
span { border-color: rgb(92,65,49); }
td.TdClassName
{
border-color: #5C4131;
}
.TagClassName
{
border-color: #5C4131;
}
</style>