Shades of Brown Derby #59473A
Tints of Brown Derby #59473A
RGB
CMYK
RGB Variations
Color information
#59473A (or 0x59473A) is known color: Brown Derby. HEX triplet: 59, 47 and 3A. RGB value is (89,71,58). Sum of RGB (Red+Green+Blue) = 89+71+58=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59473A is #A6B8C5. Grayscale: #4A4A4A. Windows color (decimal): -10926278 or 3819353. OLE color: 3819353.
HSL color Cylindrical-coordinate representation of color #59473A: hue angle of 25.16º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59473A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 71 | 58 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.65 |
| HSL | 25.16º | 0.21% | 0.29% | - |
| HSV(B) | 25.16º | 0.35% | 0.35% | - |
| XYZ | 7.14 | 6.94 | 4.97 | - |
| YUV | 74.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 71 | 58 | 0 | 0.20 | 0.35 | 0.65 | 25.16 | 0.21 | 0.29 |
| Hex | 59 | 47 | 3A | 0 | 14 | 23 | 41 | 19 | 15 | 1D |
| Octal | 131 | 107 | 72 | 0 | 24 | 43 | 101 | 31 | 25 | 35 |
| Binary | 1011001 | 1000111 | 111010 | 0 | 10100 | 100011 | 1000001 | 11001 | 10101 | 11101 |
Color Harmonies of #59473A
Complementary color
Monochromatic Colors of #59473A
Black with #59473A
Text Example
Text Example
White with #59473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59473A; }
p { color: rgb(89,71,58); }
H1.HeaderClassName
{
color: #59473A;
}
.AnyTagClassName
{
color: #59473A;
}
</style>
background-color css
<style>
a { background-color: #59473A; }
a { background-color: rgb(89,71,58); }
div.DivClassName
{
background-color: #59473A;
}
.BgClassName
{
background-color: #59473A;
}
</style>
border-color css
<style>
span { border-color: #59473A; }
span { border-color: rgb(89,71,58); }
td.TdClassName
{
border-color: #59473A;
}
.TagClassName
{
border-color: #59473A;
}
</style>