Shades of Very Dark Brown #5E4132
Tints of Very Dark Brown #5E4132
RGB
CMYK
RGB Variations
Color information
#5E4132 (or 0x5E4132) is known color: Very Dark Brown. HEX triplet: 5E, 41 and 32. RGB value is (94,65,50). Sum of RGB (Red+Green+Blue) = 94+65+50=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4132 is #A1BECD. Grayscale: #484848. Windows color (decimal): -10600142 or 3293534. OLE color: 3293534.
HSL color Cylindrical-coordinate representation of color #5E4132: hue angle of 20.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E4132 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 65 | 50 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.63 |
| HSL | 20.45º | 0.31% | 0.28% | - |
| HSV(B) | 20.45º | 0.47% | 0.37% | - |
| XYZ | 7.08 | 6.39 | 3.88 | - |
| YUV | 71.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 50 | 0 | 0.31 | 0.47 | 0.63 | 20.45 | 0.31 | 0.28 |
| Hex | 5E | 41 | 32 | 0 | 1F | 2F | 3F | 14 | 1F | 1C |
| Octal | 136 | 101 | 62 | 0 | 37 | 57 | 77 | 24 | 37 | 34 |
| Binary | 1011110 | 1000001 | 110010 | 0 | 11111 | 101111 | 111111 | 10100 | 11111 | 11100 |
Color Harmonies of #5E4132
Complementary color
Monochromatic Colors of #5E4132
Black with #5E4132
Text Example
Text Example
White with #5E4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4132; }
p { color: rgb(94,65,50); }
H1.HeaderClassName
{
color: #5E4132;
}
.AnyTagClassName
{
color: #5E4132;
}
</style>
background-color css
<style>
a { background-color: #5E4132; }
a { background-color: rgb(94,65,50); }
div.DivClassName
{
background-color: #5E4132;
}
.BgClassName
{
background-color: #5E4132;
}
</style>
border-color css
<style>
span { border-color: #5E4132; }
span { border-color: rgb(94,65,50); }
td.TdClassName
{
border-color: #5E4132;
}
.TagClassName
{
border-color: #5E4132;
}
</style>