Shades of Very Dark Brown #5E402F
Tints of Very Dark Brown #5E402F
RGB
CMYK
RGB Variations
Color information
#5E402F (or 0x5E402F) is known color: Very Dark Brown. HEX triplet: 5E, 40 and 2F. RGB value is (94,64,47). Sum of RGB (Red+Green+Blue) = 94+64+47=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E402F is #A1BFD0. Grayscale: #474747. Windows color (decimal): -10600401 or 3096670. OLE color: 3096670.
HSL color Cylindrical-coordinate representation of color #5E402F: hue angle of 21.7º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E402F is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 64 | 47 | - |
| CMYK | 0 | 0.32 | 0.5 | 0.63 |
| HSL | 21.7º | 0.33% | 0.28% | - |
| HSV(B) | 21.7º | 0.5% | 0.37% | - |
| XYZ | 6.96 | 6.25 | 3.53 | - |
| YUV | 71.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 47 | 0 | 0.32 | 0.5 | 0.63 | 21.7 | 0.33 | 0.28 |
| Hex | 5E | 40 | 2F | 0 | 20 | 32 | 3F | 16 | 21 | 1C |
| Octal | 136 | 100 | 57 | 0 | 40 | 62 | 77 | 26 | 41 | 34 |
| Binary | 1011110 | 1000000 | 101111 | 0 | 100000 | 110010 | 111111 | 10110 | 100001 | 11100 |
Color Harmonies of #5E402F
Complementary color
Monochromatic Colors of #5E402F
Black with #5E402F
Text Example
Text Example
White with #5E402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E402F; }
p { color: rgb(94,64,47); }
H1.HeaderClassName
{
color: #5E402F;
}
.AnyTagClassName
{
color: #5E402F;
}
</style>
background-color css
<style>
a { background-color: #5E402F; }
a { background-color: rgb(94,64,47); }
div.DivClassName
{
background-color: #5E402F;
}
.BgClassName
{
background-color: #5E402F;
}
</style>
border-color css
<style>
span { border-color: #5E402F; }
span { border-color: rgb(94,64,47); }
td.TdClassName
{
border-color: #5E402F;
}
.TagClassName
{
border-color: #5E402F;
}
</style>