Shades of Very Dark Brown #5E4435
Tints of Very Dark Brown #5E4435
RGB
CMYK
RGB Variations
Color information
#5E4435 (or 0x5E4435) is known color: Very Dark Brown. HEX triplet: 5E, 44 and 35. RGB value is (94,68,53). Sum of RGB (Red+Green+Blue) = 94+68+53=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4435 is #A1BBCA. Grayscale: #4A4A4A. Windows color (decimal): -10599371 or 3490910. OLE color: 3490910.
HSL color Cylindrical-coordinate representation of color #5E4435: hue angle of 21.95º 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 #5E4435 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 68 | 53 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.63 |
| HSL | 21.95º | 0.28% | 0.29% | - |
| HSV(B) | 21.95º | 0.44% | 0.37% | - |
| XYZ | 7.33 | 6.77 | 4.29 | - |
| YUV | 74.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 53 | 0 | 0.28 | 0.44 | 0.63 | 21.95 | 0.28 | 0.29 |
| Hex | 5E | 44 | 35 | 0 | 1C | 2C | 3F | 16 | 1C | 1D |
| Octal | 136 | 104 | 65 | 0 | 34 | 54 | 77 | 26 | 34 | 35 |
| Binary | 1011110 | 1000100 | 110101 | 0 | 11100 | 101100 | 111111 | 10110 | 11100 | 11101 |
Color Harmonies of #5E4435
Complementary color
Monochromatic Colors of #5E4435
Black with #5E4435
Text Example
Text Example
White with #5E4435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4435; }
p { color: rgb(94,68,53); }
H1.HeaderClassName
{
color: #5E4435;
}
.AnyTagClassName
{
color: #5E4435;
}
</style>
background-color css
<style>
a { background-color: #5E4435; }
a { background-color: rgb(94,68,53); }
div.DivClassName
{
background-color: #5E4435;
}
.BgClassName
{
background-color: #5E4435;
}
</style>
border-color css
<style>
span { border-color: #5E4435; }
span { border-color: rgb(94,68,53); }
td.TdClassName
{
border-color: #5E4435;
}
.TagClassName
{
border-color: #5E4435;
}
</style>