Shades of Very Dark Brown #5E453E
Tints of Very Dark Brown #5E453E
RGB
CMYK
RGB Variations
Color information
#5E453E (or 0x5E453E) is known color: Very Dark Brown. HEX triplet: 5E, 45 and 3E. RGB value is (94,69,62). Sum of RGB (Red+Green+Blue) = 94+69+62=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E453E is #A1BAC1. Grayscale: #4B4B4B. Windows color (decimal): -10599106 or 4080990. OLE color: 4080990.
HSL color Cylindrical-coordinate representation of color #5E453E: hue angle of 13.12º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E453E is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 69 | 62 | - |
CMYK | 0 | 0.27 | 0.34 | 0.63 |
HSL | 13.13º | 0.21% | 0.31% | - |
HSV(B) | 13.13º | 0.34% | 0.37% | - |
XYZ | 7.61 | 6.98 | 5.5 | - |
YUV | 75.68 | 120.28 | 141.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 69 | 62 | 0 | 0.27 | 0.34 | 0.63 | 13.13 | 0.21 | 0.31 |
Hex | 5E | 45 | 3E | 0 | 1B | 22 | 3F | D | 15 | 1F |
Octal | 136 | 105 | 76 | 0 | 33 | 42 | 77 | 15 | 25 | 37 |
Binary | 1011110 | 1000101 | 111110 | 0 | 11011 | 100010 | 111111 | 1101 | 10101 | 11111 |
Color Harmonies of #5E453E
Complementary color
Monochromatic Colors of #5E453E
Black with #5E453E
Text Example
Text Example
White with #5E453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E453E; }
p { color: rgb(94,69,62); }
H1.HeaderClassName
{
color: #5E453E;
}
.AnyTagClassName
{
color: #5E453E;
}
</style>
background-color css
<style>
a { background-color: #5E453E; }
a { background-color: rgb(94,69,62); }
div.DivClassName
{
background-color: #5E453E;
}
.BgClassName
{
background-color: #5E453E;
}
</style>
border-color css
<style>
span { border-color: #5E453E; }
span { border-color: rgb(94,69,62); }
td.TdClassName
{
border-color: #5E453E;
}
.TagClassName
{
border-color: #5E453E;
}
</style>