Shades of Very Dark Brown #5B3E2E
Tints of Very Dark Brown #5B3E2E
RGB
CMYK
RGB Variations
Color information
#5B3E2E (or 0x5B3E2E) is known color: Very Dark Brown. HEX triplet: 5B, 3E and 2E. RGB value is (91,62,46). Sum of RGB (Red+Green+Blue) = 91+62+46=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3E2E is #A4C1D1. Grayscale: #444444. Windows color (decimal): -10797522 or 3030619. OLE color: 3030619.
HSL color Cylindrical-coordinate representation of color #5B3E2E: hue angle of 21.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B3E2E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 62 | 46 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.64 |
| HSL | 21.33º | 0.33% | 0.27% | - |
| HSV(B) | 21.33º | 0.49% | 0.36% | - |
| XYZ | 6.53 | 5.87 | 3.37 | - |
| YUV | 68.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 62 | 46 | 0 | 0.32 | 0.49 | 0.64 | 21.33 | 0.33 | 0.27 |
| Hex | 5B | 3E | 2E | 0 | 20 | 31 | 40 | 15 | 21 | 1B |
| Octal | 133 | 76 | 56 | 0 | 40 | 61 | 100 | 25 | 41 | 33 |
| Binary | 1011011 | 111110 | 101110 | 0 | 100000 | 110001 | 1000000 | 10101 | 100001 | 11011 |
Color Harmonies of #5B3E2E
Complementary color
Monochromatic Colors of #5B3E2E
Black with #5B3E2E
Text Example
Text Example
White with #5B3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3E2E; }
p { color: rgb(91,62,46); }
H1.HeaderClassName
{
color: #5B3E2E;
}
.AnyTagClassName
{
color: #5B3E2E;
}
</style>
background-color css
<style>
a { background-color: #5B3E2E; }
a { background-color: rgb(91,62,46); }
div.DivClassName
{
background-color: #5B3E2E;
}
.BgClassName
{
background-color: #5B3E2E;
}
</style>
border-color css
<style>
span { border-color: #5B3E2E; }
span { border-color: rgb(91,62,46); }
td.TdClassName
{
border-color: #5B3E2E;
}
.TagClassName
{
border-color: #5B3E2E;
}
</style>