Shades of Very Dark Brown #5E423C
Tints of Very Dark Brown #5E423C
RGB
CMYK
RGB Variations
Color information
#5E423C (or 0x5E423C) is known color: Very Dark Brown. HEX triplet: 5E, 42 and 3C. RGB value is (94,66,60). Sum of RGB (Red+Green+Blue) = 94+66+60=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 94 - color contains mainly: red. Hex color #5E423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E423C is #A1BDC3. Grayscale: #494949. Windows color (decimal): -10599876 or 3949150. OLE color: 3949150.
HSL color Cylindrical-coordinate representation of color #5E423C: hue angle of 10.59º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E423C is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 66 | 60 | - |
CMYK | 0 | 0.30 | 0.36 | 0.63 |
HSL | 10.59º | 0.22% | 0.3% | - |
HSV(B) | 10.59º | 0.36% | 0.37% | - |
XYZ | 7.38 | 6.6 | 5.16 | - |
YUV | 73.69 | 120.28 | 142.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 66 | 60 | 0 | 0.30 | 0.36 | 0.63 | 10.59 | 0.22 | 0.3 |
Hex | 5E | 42 | 3C | 0 | 1E | 24 | 3F | B | 16 | 1E |
Octal | 136 | 102 | 74 | 0 | 36 | 44 | 77 | 13 | 26 | 36 |
Binary | 1011110 | 1000010 | 111100 | 0 | 11110 | 100100 | 111111 | 1011 | 10110 | 11110 |
Color Harmonies of #5E423C
Complementary color
Monochromatic Colors of #5E423C
Black with #5E423C
Text Example
Text Example
White with #5E423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E423C; }
p { color: rgb(94,66,60); }
H1.HeaderClassName
{
color: #5E423C;
}
.AnyTagClassName
{
color: #5E423C;
}
</style>
background-color css
<style>
a { background-color: #5E423C; }
a { background-color: rgb(94,66,60); }
div.DivClassName
{
background-color: #5E423C;
}
.BgClassName
{
background-color: #5E423C;
}
</style>
border-color css
<style>
span { border-color: #5E423C; }
span { border-color: rgb(94,66,60); }
td.TdClassName
{
border-color: #5E423C;
}
.TagClassName
{
border-color: #5E423C;
}
</style>