Shades of Dark Brown #5B4115
Tints of Dark Brown #5B4115
RGB
CMYK
RGB Variations
Color information
#5B4115 (or 0x5B4115) is known color: Dark Brown. HEX triplet: 5B, 41 and 15. RGB value is (91,65,21). Sum of RGB (Red+Green+Blue) = 91+65+21=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4115 is #A4BEEA. Grayscale: #434343. Windows color (decimal): -10796779 or 1392987. OLE color: 1392987.
HSL color Cylindrical-coordinate representation of color #5B4115: hue angle of 37.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B4115 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 65 | 21 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.64 |
| HSL | 37.71º | 0.63% | 0.22% | - |
| HSV(B) | 37.71º | 0.77% | 0.36% | - |
| XYZ | 6.34 | 6.06 | 1.54 | - |
| YUV | 67.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 21 | 0 | 0.29 | 0.77 | 0.64 | 37.71 | 0.63 | 0.22 |
| Hex | 5B | 41 | 15 | 0 | 1D | 4D | 40 | 26 | 3E | 16 |
| Octal | 133 | 101 | 25 | 0 | 35 | 115 | 100 | 46 | 76 | 26 |
| Binary | 1011011 | 1000001 | 10101 | 0 | 11101 | 1001101 | 1000000 | 100110 | 111110 | 10110 |
Color Harmonies of #5B4115
Complementary color
Monochromatic Colors of #5B4115
Black with #5B4115
Text Example
Text Example
White with #5B4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4115; }
p { color: rgb(91,65,21); }
H1.HeaderClassName
{
color: #5B4115;
}
.AnyTagClassName
{
color: #5B4115;
}
</style>
background-color css
<style>
a { background-color: #5B4115; }
a { background-color: rgb(91,65,21); }
div.DivClassName
{
background-color: #5B4115;
}
.BgClassName
{
background-color: #5B4115;
}
</style>
border-color css
<style>
span { border-color: #5B4115; }
span { border-color: rgb(91,65,21); }
td.TdClassName
{
border-color: #5B4115;
}
.TagClassName
{
border-color: #5B4115;
}
</style>