Shades of Very Dark Brown #5B4035
Tints of Very Dark Brown #5B4035
RGB
CMYK
RGB Variations
Color information
#5B4035 (or 0x5B4035) is known color: Very Dark Brown. HEX triplet: 5B, 40 and 35. RGB value is (91,64,53). Sum of RGB (Red+Green+Blue) = 91+64+53=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4035 is #A4BFCA. Grayscale: #464646. Windows color (decimal): -10797003 or 3489883. OLE color: 3489883.
HSL color Cylindrical-coordinate representation of color #5B4035: hue angle of 17.37º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B4035 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 64 | 53 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.64 |
| HSL | 17.37º | 0.26% | 0.28% | - |
| HSV(B) | 17.37º | 0.42% | 0.36% | - |
| XYZ | 6.79 | 6.15 | 4.2 | - |
| YUV | 70.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 53 | 0 | 0.30 | 0.42 | 0.64 | 17.37 | 0.26 | 0.28 |
| Hex | 5B | 40 | 35 | 0 | 1E | 2A | 40 | 11 | 1A | 1C |
| Octal | 133 | 100 | 65 | 0 | 36 | 52 | 100 | 21 | 32 | 34 |
| Binary | 1011011 | 1000000 | 110101 | 0 | 11110 | 101010 | 1000000 | 10001 | 11010 | 11100 |
Color Harmonies of #5B4035
Complementary color
Monochromatic Colors of #5B4035
Black with #5B4035
Text Example
Text Example
White with #5B4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4035; }
p { color: rgb(91,64,53); }
H1.HeaderClassName
{
color: #5B4035;
}
.AnyTagClassName
{
color: #5B4035;
}
</style>
background-color css
<style>
a { background-color: #5B4035; }
a { background-color: rgb(91,64,53); }
div.DivClassName
{
background-color: #5B4035;
}
.BgClassName
{
background-color: #5B4035;
}
</style>
border-color css
<style>
span { border-color: #5B4035; }
span { border-color: rgb(91,64,53); }
td.TdClassName
{
border-color: #5B4035;
}
.TagClassName
{
border-color: #5B4035;
}
</style>