Shades of Brown Derby #59463C
Tints of Brown Derby #59463C
RGB
CMYK
RGB Variations
Color information
#59463C (or 0x59463C) is known color: Brown Derby. HEX triplet: 59, 46 and 3C. RGB value is (89,70,60). Sum of RGB (Red+Green+Blue) = 89+70+60=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #59463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59463C is #A6B9C3. Grayscale: #4A4A4A. Windows color (decimal): -10926532 or 3950169. OLE color: 3950169.
HSL color Cylindrical-coordinate representation of color #59463C: hue angle of 20.69º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59463C is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 70 | 60 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.65 |
| HSL | 20.69º | 0.19% | 0.29% | - |
| HSV(B) | 20.69º | 0.33% | 0.35% | - |
| XYZ | 7.13 | 6.83 | 5.22 | - |
| YUV | 74.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 60 | 0 | 0.21 | 0.33 | 0.65 | 20.69 | 0.19 | 0.29 |
| Hex | 59 | 46 | 3C | 0 | 15 | 21 | 41 | 15 | 13 | 1D |
| Octal | 131 | 106 | 74 | 0 | 25 | 41 | 101 | 25 | 23 | 35 |
| Binary | 1011001 | 1000110 | 111100 | 0 | 10101 | 100001 | 1000001 | 10101 | 10011 | 11101 |
Color Harmonies of #59463C
Complementary color
Monochromatic Colors of #59463C
Black with #59463C
Text Example
Text Example
White with #59463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59463C; }
p { color: rgb(89,70,60); }
H1.HeaderClassName
{
color: #59463C;
}
.AnyTagClassName
{
color: #59463C;
}
</style>
background-color css
<style>
a { background-color: #59463C; }
a { background-color: rgb(89,70,60); }
div.DivClassName
{
background-color: #59463C;
}
.BgClassName
{
background-color: #59463C;
}
</style>
border-color css
<style>
span { border-color: #59463C; }
span { border-color: rgb(89,70,60); }
td.TdClassName
{
border-color: #59463C;
}
.TagClassName
{
border-color: #59463C;
}
</style>