Shades of Very Dark Brown #5B443E
Tints of Very Dark Brown #5B443E
RGB
CMYK
RGB Variations
Color information
#5B443E (or 0x5B443E) is known color: Very Dark Brown. HEX triplet: 5B, 44 and 3E. RGB value is (91,68,62). Sum of RGB (Red+Green+Blue) = 91+68+62=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B443E is #A4BBC1. Grayscale: #4A4A4A. Windows color (decimal): -10795970 or 4080731. OLE color: 4080731.
HSL color Cylindrical-coordinate representation of color #5B443E: hue angle of 12.41º 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 #5B443E is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 62 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.64 |
| HSL | 12.41º | 0.19% | 0.3% | - |
| HSV(B) | 12.41º | 0.32% | 0.36% | - |
| XYZ | 7.25 | 6.71 | 5.47 | - |
| YUV | 74.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 62 | 0 | 0.25 | 0.32 | 0.64 | 12.41 | 0.19 | 0.3 |
| Hex | 5B | 44 | 3E | 0 | 19 | 20 | 40 | C | 13 | 1E |
| Octal | 133 | 104 | 76 | 0 | 31 | 40 | 100 | 14 | 23 | 36 |
| Binary | 1011011 | 1000100 | 111110 | 0 | 11001 | 100000 | 1000000 | 1100 | 10011 | 11110 |
Color Harmonies of #5B443E
Complementary color
Monochromatic Colors of #5B443E
Black with #5B443E
Text Example
Text Example
White with #5B443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B443E; }
p { color: rgb(91,68,62); }
H1.HeaderClassName
{
color: #5B443E;
}
.AnyTagClassName
{
color: #5B443E;
}
</style>
background-color css
<style>
a { background-color: #5B443E; }
a { background-color: rgb(91,68,62); }
div.DivClassName
{
background-color: #5B443E;
}
.BgClassName
{
background-color: #5B443E;
}
</style>
border-color css
<style>
span { border-color: #5B443E; }
span { border-color: rgb(91,68,62); }
td.TdClassName
{
border-color: #5B443E;
}
.TagClassName
{
border-color: #5B443E;
}
</style>