Shades of Brown Derby #5B4734
Tints of Brown Derby #5B4734
RGB
CMYK
RGB Variations
Color information
#5B4734 (or 0x5B4734) is known color: Brown Derby. HEX triplet: 5B, 47 and 34. RGB value is (91,71,52). Sum of RGB (Red+Green+Blue) = 91+71+52=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4734 is #A4B8CB. Grayscale: #4A4A4A. Windows color (decimal): -10795212 or 3426139. OLE color: 3426139.
HSL color Cylindrical-coordinate representation of color #5B4734: hue angle of 29.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B4734 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 52 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.64 |
| HSL | 29.23º | 0.27% | 0.28% | - |
| HSV(B) | 29.23º | 0.43% | 0.36% | - |
| XYZ | 7.19 | 6.98 | 4.22 | - |
| YUV | 74.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 52 | 0 | 0.22 | 0.43 | 0.64 | 29.23 | 0.27 | 0.28 |
| Hex | 5B | 47 | 34 | 0 | 16 | 2B | 40 | 1D | 1B | 1C |
| Octal | 133 | 107 | 64 | 0 | 26 | 53 | 100 | 35 | 33 | 34 |
| Binary | 1011011 | 1000111 | 110100 | 0 | 10110 | 101011 | 1000000 | 11101 | 11011 | 11100 |
Color Harmonies of #5B4734
Complementary color
Monochromatic Colors of #5B4734
Black with #5B4734
Text Example
Text Example
White with #5B4734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4734; }
p { color: rgb(91,71,52); }
H1.HeaderClassName
{
color: #5B4734;
}
.AnyTagClassName
{
color: #5B4734;
}
</style>
background-color css
<style>
a { background-color: #5B4734; }
a { background-color: rgb(91,71,52); }
div.DivClassName
{
background-color: #5B4734;
}
.BgClassName
{
background-color: #5B4734;
}
</style>
border-color css
<style>
span { border-color: #5B4734; }
span { border-color: rgb(91,71,52); }
td.TdClassName
{
border-color: #5B4734;
}
.TagClassName
{
border-color: #5B4734;
}
</style>