Shades of Very Dark Brown #5B3F2F
Tints of Very Dark Brown #5B3F2F
RGB
CMYK
RGB Variations
Color information
#5B3F2F (or 0x5B3F2F) is known color: Very Dark Brown. HEX triplet: 5B, 3F and 2F. RGB value is (91,63,47). Sum of RGB (Red+Green+Blue) = 91+63+47=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F2F is #A4C0D0. Grayscale: #454545. Windows color (decimal): -10797265 or 3096411. OLE color: 3096411.
HSL color Cylindrical-coordinate representation of color #5B3F2F: hue angle of 21.82º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B3F2F is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 47 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.64 |
| HSL | 21.82º | 0.32% | 0.27% | - |
| HSV(B) | 21.82º | 0.48% | 0.36% | - |
| XYZ | 6.6 | 5.98 | 3.5 | - |
| YUV | 69.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 47 | 0 | 0.31 | 0.48 | 0.64 | 21.82 | 0.32 | 0.27 |
| Hex | 5B | 3F | 2F | 0 | 1F | 30 | 40 | 16 | 20 | 1B |
| Octal | 133 | 77 | 57 | 0 | 37 | 60 | 100 | 26 | 40 | 33 |
| Binary | 1011011 | 111111 | 101111 | 0 | 11111 | 110000 | 1000000 | 10110 | 100000 | 11011 |
Color Harmonies of #5B3F2F
Complementary color
Monochromatic Colors of #5B3F2F
Black with #5B3F2F
Text Example
Text Example
White with #5B3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F2F; }
p { color: rgb(91,63,47); }
H1.HeaderClassName
{
color: #5B3F2F;
}
.AnyTagClassName
{
color: #5B3F2F;
}
</style>
background-color css
<style>
a { background-color: #5B3F2F; }
a { background-color: rgb(91,63,47); }
div.DivClassName
{
background-color: #5B3F2F;
}
.BgClassName
{
background-color: #5B3F2F;
}
</style>
border-color css
<style>
span { border-color: #5B3F2F; }
span { border-color: rgb(91,63,47); }
td.TdClassName
{
border-color: #5B3F2F;
}
.TagClassName
{
border-color: #5B3F2F;
}
</style>