Shades of Brown Derby #5B4939
Tints of Brown Derby #5B4939
RGB
CMYK
RGB Variations
Color information
#5B4939 (or 0x5B4939) is known color: Brown Derby. HEX triplet: 5B, 49 and 39. RGB value is (91,73,57). Sum of RGB (Red+Green+Blue) = 91+73+57=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4939 is #A4B6C6. Grayscale: #4C4C4C. Windows color (decimal): -10794695 or 3754331. OLE color: 3754331.
HSL color Cylindrical-coordinate representation of color #5B4939: hue angle of 28.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B4939 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 57 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.64 |
| HSL | 28.24º | 0.23% | 0.29% | - |
| HSV(B) | 28.24º | 0.37% | 0.36% | - |
| XYZ | 7.44 | 7.28 | 4.89 | - |
| YUV | 76.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 57 | 0 | 0.20 | 0.37 | 0.64 | 28.24 | 0.23 | 0.29 |
| Hex | 5B | 49 | 39 | 0 | 14 | 25 | 40 | 1C | 17 | 1D |
| Octal | 133 | 111 | 71 | 0 | 24 | 45 | 100 | 34 | 27 | 35 |
| Binary | 1011011 | 1001001 | 111001 | 0 | 10100 | 100101 | 1000000 | 11100 | 10111 | 11101 |
Color Harmonies of #5B4939
Complementary color
Monochromatic Colors of #5B4939
Black with #5B4939
Text Example
Text Example
White with #5B4939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4939; }
p { color: rgb(91,73,57); }
H1.HeaderClassName
{
color: #5B4939;
}
.AnyTagClassName
{
color: #5B4939;
}
</style>
background-color css
<style>
a { background-color: #5B4939; }
a { background-color: rgb(91,73,57); }
div.DivClassName
{
background-color: #5B4939;
}
.BgClassName
{
background-color: #5B4939;
}
</style>
border-color css
<style>
span { border-color: #5B4939; }
span { border-color: rgb(91,73,57); }
td.TdClassName
{
border-color: #5B4939;
}
.TagClassName
{
border-color: #5B4939;
}
</style>