Shades of Very Dark Brown #5C3F36
Tints of Very Dark Brown #5C3F36
RGB
CMYK
RGB Variations
Color information
#5C3F36 (or 0x5C3F36) is known color: Very Dark Brown. HEX triplet: 5C, 3F and 36. RGB value is (92,63,54). Sum of RGB (Red+Green+Blue) = 92+63+54=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3F36 is #A3C0C9. Grayscale: #464646. Windows color (decimal): -10731722 or 3555164. OLE color: 3555164.
HSL color Cylindrical-coordinate representation of color #5C3F36: hue angle of 14.21º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C3F36 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 63 | 54 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.64 |
| HSL | 14.21º | 0.26% | 0.29% | - |
| HSV(B) | 14.21º | 0.41% | 0.36% | - |
| XYZ | 6.86 | 6.1 | 4.31 | - |
| YUV | 70.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 63 | 54 | 0 | 0.32 | 0.41 | 0.64 | 14.21 | 0.26 | 0.29 |
| Hex | 5C | 3F | 36 | 0 | 20 | 29 | 40 | E | 1A | 1D |
| Octal | 134 | 77 | 66 | 0 | 40 | 51 | 100 | 16 | 32 | 35 |
| Binary | 1011100 | 111111 | 110110 | 0 | 100000 | 101001 | 1000000 | 1110 | 11010 | 11101 |
Color Harmonies of #5C3F36
Complementary color
Monochromatic Colors of #5C3F36
Black with #5C3F36
Text Example
Text Example
White with #5C3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3F36; }
p { color: rgb(92,63,54); }
H1.HeaderClassName
{
color: #5C3F36;
}
.AnyTagClassName
{
color: #5C3F36;
}
</style>
background-color css
<style>
a { background-color: #5C3F36; }
a { background-color: rgb(92,63,54); }
div.DivClassName
{
background-color: #5C3F36;
}
.BgClassName
{
background-color: #5C3F36;
}
</style>
border-color css
<style>
span { border-color: #5C3F36; }
span { border-color: rgb(92,63,54); }
td.TdClassName
{
border-color: #5C3F36;
}
.TagClassName
{
border-color: #5C3F36;
}
</style>