Shades of Brown Derby #5B4731
Tints of Brown Derby #5B4731
RGB
CMYK
RGB Variations
Color information
#5B4731 (or 0x5B4731) is known color: Brown Derby. HEX triplet: 5B, 47 and 31. RGB value is (91,71,49). Sum of RGB (Red+Green+Blue) = 91+71+49=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4731 is #A4B8CE. Grayscale: #4A4A4A. Windows color (decimal): -10795215 or 3229531. OLE color: 3229531.
HSL color Cylindrical-coordinate representation of color #5B4731: hue angle of 31.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B4731 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 49 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.64 |
| HSL | 31.43º | 0.3% | 0.27% | - |
| HSV(B) | 31.43º | 0.46% | 0.36% | - |
| XYZ | 7.12 | 6.95 | 3.87 | - |
| YUV | 74.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 49 | 0 | 0.22 | 0.46 | 0.64 | 31.43 | 0.3 | 0.27 |
| Hex | 5B | 47 | 31 | 0 | 16 | 2E | 40 | 1F | 1E | 1B |
| Octal | 133 | 107 | 61 | 0 | 26 | 56 | 100 | 37 | 36 | 33 |
| Binary | 1011011 | 1000111 | 110001 | 0 | 10110 | 101110 | 1000000 | 11111 | 11110 | 11011 |
Color Harmonies of #5B4731
Complementary color
Monochromatic Colors of #5B4731
Black with #5B4731
Text Example
Text Example
White with #5B4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4731; }
p { color: rgb(91,71,49); }
H1.HeaderClassName
{
color: #5B4731;
}
.AnyTagClassName
{
color: #5B4731;
}
</style>
background-color css
<style>
a { background-color: #5B4731; }
a { background-color: rgb(91,71,49); }
div.DivClassName
{
background-color: #5B4731;
}
.BgClassName
{
background-color: #5B4731;
}
</style>
border-color css
<style>
span { border-color: #5B4731; }
span { border-color: rgb(91,71,49); }
td.TdClassName
{
border-color: #5B4731;
}
.TagClassName
{
border-color: #5B4731;
}
</style>