Shades of Very Dark Brown #5E3E35
Tints of Very Dark Brown #5E3E35
RGB
CMYK
RGB Variations
Color information
#5E3E35 (or 0x5E3E35) is known color: Very Dark Brown. HEX triplet: 5E, 3E and 35. RGB value is (94,62,53). Sum of RGB (Red+Green+Blue) = 94+62+53=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3E35 is #A1C1CA. Grayscale: #464646. Windows color (decimal): -10600907 or 3489374. OLE color: 3489374.
HSL color Cylindrical-coordinate representation of color #5E3E35: hue angle of 13.17º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E3E35 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 62 | 53 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.63 |
| HSL | 13.17º | 0.28% | 0.29% | - |
| HSV(B) | 13.17º | 0.44% | 0.37% | - |
| XYZ | 6.98 | 6.08 | 4.17 | - |
| YUV | 70.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 62 | 53 | 0 | 0.34 | 0.44 | 0.63 | 13.17 | 0.28 | 0.29 |
| Hex | 5E | 3E | 35 | 0 | 22 | 2C | 3F | D | 1C | 1D |
| Octal | 136 | 76 | 65 | 0 | 42 | 54 | 77 | 15 | 34 | 35 |
| Binary | 1011110 | 111110 | 110101 | 0 | 100010 | 101100 | 111111 | 1101 | 11100 | 11101 |
Color Harmonies of #5E3E35
Complementary color
Monochromatic Colors of #5E3E35
Black with #5E3E35
Text Example
Text Example
White with #5E3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3E35; }
p { color: rgb(94,62,53); }
H1.HeaderClassName
{
color: #5E3E35;
}
.AnyTagClassName
{
color: #5E3E35;
}
</style>
background-color css
<style>
a { background-color: #5E3E35; }
a { background-color: rgb(94,62,53); }
div.DivClassName
{
background-color: #5E3E35;
}
.BgClassName
{
background-color: #5E3E35;
}
</style>
border-color css
<style>
span { border-color: #5E3E35; }
span { border-color: rgb(94,62,53); }
td.TdClassName
{
border-color: #5E3E35;
}
.TagClassName
{
border-color: #5E3E35;
}
</style>