Shades of Very Dark Brown #5B3E36
Tints of Very Dark Brown #5B3E36
RGB
CMYK
RGB Variations
Color information
#5B3E36 (or 0x5B3E36) is known color: Very Dark Brown. HEX triplet: 5B, 3E and 36. RGB value is (91,62,54). Sum of RGB (Red+Green+Blue) = 91+62+54=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3E36 is #A4C1C9. Grayscale: #454545. Windows color (decimal): -10797514 or 3554907. OLE color: 3554907.
HSL color Cylindrical-coordinate representation of color #5B3E36: hue angle of 12.97º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B3E36 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 62 | 54 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.64 |
| HSL | 12.97º | 0.26% | 0.28% | - |
| HSV(B) | 12.97º | 0.41% | 0.36% | - |
| XYZ | 6.7 | 5.94 | 4.28 | - |
| YUV | 69.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 62 | 54 | 0 | 0.32 | 0.41 | 0.64 | 12.97 | 0.26 | 0.28 |
| Hex | 5B | 3E | 36 | 0 | 20 | 29 | 40 | D | 1A | 1C |
| Octal | 133 | 76 | 66 | 0 | 40 | 51 | 100 | 15 | 32 | 34 |
| Binary | 1011011 | 111110 | 110110 | 0 | 100000 | 101001 | 1000000 | 1101 | 11010 | 11100 |
Color Harmonies of #5B3E36
Complementary color
Monochromatic Colors of #5B3E36
Black with #5B3E36
Text Example
Text Example
White with #5B3E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3E36; }
p { color: rgb(91,62,54); }
H1.HeaderClassName
{
color: #5B3E36;
}
.AnyTagClassName
{
color: #5B3E36;
}
</style>
background-color css
<style>
a { background-color: #5B3E36; }
a { background-color: rgb(91,62,54); }
div.DivClassName
{
background-color: #5B3E36;
}
.BgClassName
{
background-color: #5B3E36;
}
</style>
border-color css
<style>
span { border-color: #5B3E36; }
span { border-color: rgb(91,62,54); }
td.TdClassName
{
border-color: #5B3E36;
}
.TagClassName
{
border-color: #5B3E36;
}
</style>