Shades of Very Dark Brown #5B453E
Tints of Very Dark Brown #5B453E
RGB
CMYK
RGB Variations
Color information
#5B453E (or 0x5B453E) is known color: Very Dark Brown. HEX triplet: 5B, 45 and 3E. RGB value is (91,69,62). Sum of RGB (Red+Green+Blue) = 91+69+62=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B453E is #A4BAC1. Grayscale: #4A4A4A. Windows color (decimal): -10795714 or 4080987. OLE color: 4080987.
HSL color Cylindrical-coordinate representation of color #5B453E: hue angle of 14.48º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B453E is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 62 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.64 |
| HSL | 14.48º | 0.19% | 0.3% | - |
| HSV(B) | 14.48º | 0.32% | 0.36% | - |
| XYZ | 7.31 | 6.83 | 5.49 | - |
| YUV | 74.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 62 | 0 | 0.24 | 0.32 | 0.64 | 14.48 | 0.19 | 0.3 |
| Hex | 5B | 45 | 3E | 0 | 18 | 20 | 40 | E | 13 | 1E |
| Octal | 133 | 105 | 76 | 0 | 30 | 40 | 100 | 16 | 23 | 36 |
| Binary | 1011011 | 1000101 | 111110 | 0 | 11000 | 100000 | 1000000 | 1110 | 10011 | 11110 |
Color Harmonies of #5B453E
Complementary color
Monochromatic Colors of #5B453E
Black with #5B453E
Text Example
Text Example
White with #5B453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B453E; }
p { color: rgb(91,69,62); }
H1.HeaderClassName
{
color: #5B453E;
}
.AnyTagClassName
{
color: #5B453E;
}
</style>
background-color css
<style>
a { background-color: #5B453E; }
a { background-color: rgb(91,69,62); }
div.DivClassName
{
background-color: #5B453E;
}
.BgClassName
{
background-color: #5B453E;
}
</style>
border-color css
<style>
span { border-color: #5B453E; }
span { border-color: rgb(91,69,62); }
td.TdClassName
{
border-color: #5B453E;
}
.TagClassName
{
border-color: #5B453E;
}
</style>