Shades of Very Dark Brown #5E463C
Tints of Very Dark Brown #5E463C
RGB
CMYK
RGB Variations
Color information
#5E463C (or 0x5E463C) is known color: Very Dark Brown. HEX triplet: 5E, 46 and 3C. RGB value is (94,70,60). Sum of RGB (Red+Green+Blue) = 94+70+60=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 94 - color contains mainly: red. Hex color #5E463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E463C is #A1B9C3. Grayscale: #4C4C4C. Windows color (decimal): -10598852 or 3950174. OLE color: 3950174.
HSL color Cylindrical-coordinate representation of color #5E463C: hue angle of 17.65º 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 #5E463C is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 70 | 60 | - |
CMYK | 0 | 0.26 | 0.36 | 0.63 |
HSL | 17.65º | 0.22% | 0.3% | - |
HSV(B) | 17.65º | 0.36% | 0.37% | - |
XYZ | 7.62 | 7.09 | 5.24 | - |
YUV | 76.04 | 118.95 | 140.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 70 | 60 | 0 | 0.26 | 0.36 | 0.63 | 17.65 | 0.22 | 0.3 |
Hex | 5E | 46 | 3C | 0 | 1A | 24 | 3F | 12 | 16 | 1E |
Octal | 136 | 106 | 74 | 0 | 32 | 44 | 77 | 22 | 26 | 36 |
Binary | 1011110 | 1000110 | 111100 | 0 | 11010 | 100100 | 111111 | 10010 | 10110 | 11110 |
Color Harmonies of #5E463C
Complementary color
Monochromatic Colors of #5E463C
Black with #5E463C
Text Example
Text Example
White with #5E463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E463C; }
p { color: rgb(94,70,60); }
H1.HeaderClassName
{
color: #5E463C;
}
.AnyTagClassName
{
color: #5E463C;
}
</style>
background-color css
<style>
a { background-color: #5E463C; }
a { background-color: rgb(94,70,60); }
div.DivClassName
{
background-color: #5E463C;
}
.BgClassName
{
background-color: #5E463C;
}
</style>
border-color css
<style>
span { border-color: #5E463C; }
span { border-color: rgb(94,70,60); }
td.TdClassName
{
border-color: #5E463C;
}
.TagClassName
{
border-color: #5E463C;
}
</style>