Shades of Very Dark Brown #5E3F32
Tints of Very Dark Brown #5E3F32
RGB
CMYK
RGB Variations
Color information
#5E3F32 (or 0x5E3F32) is known color: Very Dark Brown. HEX triplet: 5E, 3F and 32. RGB value is (94,63,50). Sum of RGB (Red+Green+Blue) = 94+63+50=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3F32 is #A1C0CD. Grayscale: #464646. Windows color (decimal): -10600654 or 3293022. OLE color: 3293022.
HSL color Cylindrical-coordinate representation of color #5E3F32: hue angle of 17.73º 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 #5E3F32 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 63 | 50 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.63 |
| HSL | 17.73º | 0.31% | 0.28% | - |
| HSV(B) | 17.73º | 0.47% | 0.37% | - |
| XYZ | 6.97 | 6.16 | 3.84 | - |
| YUV | 70.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 50 | 0 | 0.33 | 0.47 | 0.63 | 17.73 | 0.31 | 0.28 |
| Hex | 5E | 3F | 32 | 0 | 21 | 2F | 3F | 12 | 1F | 1C |
| Octal | 136 | 77 | 62 | 0 | 41 | 57 | 77 | 22 | 37 | 34 |
| Binary | 1011110 | 111111 | 110010 | 0 | 100001 | 101111 | 111111 | 10010 | 11111 | 11100 |
Color Harmonies of #5E3F32
Complementary color
Monochromatic Colors of #5E3F32
Black with #5E3F32
Text Example
Text Example
White with #5E3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F32; }
p { color: rgb(94,63,50); }
H1.HeaderClassName
{
color: #5E3F32;
}
.AnyTagClassName
{
color: #5E3F32;
}
</style>
background-color css
<style>
a { background-color: #5E3F32; }
a { background-color: rgb(94,63,50); }
div.DivClassName
{
background-color: #5E3F32;
}
.BgClassName
{
background-color: #5E3F32;
}
</style>
border-color css
<style>
span { border-color: #5E3F32; }
span { border-color: rgb(94,63,50); }
td.TdClassName
{
border-color: #5E3F32;
}
.TagClassName
{
border-color: #5E3F32;
}
</style>