Shades of Brown Derby #5B4937
Tints of Brown Derby #5B4937
RGB
CMYK
RGB Variations
Color information
#5B4937 (or 0x5B4937) is known color: Brown Derby. HEX triplet: 5B, 49 and 37. RGB value is (91,73,55). Sum of RGB (Red+Green+Blue) = 91+73+55=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4937 is #A4B6C8. Grayscale: #4C4C4C. Windows color (decimal): -10794697 or 3623259. OLE color: 3623259.
HSL color Cylindrical-coordinate representation of color #5B4937: hue angle of 30º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B4937 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 55 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.64 |
| HSL | 30º | 0.25% | 0.29% | - |
| HSV(B) | 30º | 0.4% | 0.36% | - |
| XYZ | 7.39 | 7.27 | 4.63 | - |
| YUV | 76.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 55 | 0 | 0.20 | 0.40 | 0.64 | 30 | 0.25 | 0.29 |
| Hex | 5B | 49 | 37 | 0 | 14 | 28 | 40 | 1E | 19 | 1D |
| Octal | 133 | 111 | 67 | 0 | 24 | 50 | 100 | 36 | 31 | 35 |
| Binary | 1011011 | 1001001 | 110111 | 0 | 10100 | 101000 | 1000000 | 11110 | 11001 | 11101 |
Color Harmonies of #5B4937
Complementary color
Monochromatic Colors of #5B4937
Black with #5B4937
Text Example
Text Example
White with #5B4937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4937; }
p { color: rgb(91,73,55); }
H1.HeaderClassName
{
color: #5B4937;
}
.AnyTagClassName
{
color: #5B4937;
}
</style>
background-color css
<style>
a { background-color: #5B4937; }
a { background-color: rgb(91,73,55); }
div.DivClassName
{
background-color: #5B4937;
}
.BgClassName
{
background-color: #5B4937;
}
</style>
border-color css
<style>
span { border-color: #5B4937; }
span { border-color: rgb(91,73,55); }
td.TdClassName
{
border-color: #5B4937;
}
.TagClassName
{
border-color: #5B4937;
}
</style>