Shades of Brown Derby #59483C
Tints of Brown Derby #59483C
RGB
CMYK
RGB Variations
Color information
#59483C (or 0x59483C) is known color: Brown Derby. HEX triplet: 59, 48 and 3C. RGB value is (89,72,60). Sum of RGB (Red+Green+Blue) = 89+72+60=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #59483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59483C is #A6B7C3. Grayscale: #4B4B4B. Windows color (decimal): -10926020 or 3950681. OLE color: 3950681.
HSL color Cylindrical-coordinate representation of color #59483C: hue angle of 24.83º 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 #59483C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 72 | 60 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.65 |
| HSL | 24.83º | 0.19% | 0.29% | - |
| HSV(B) | 24.83º | 0.33% | 0.35% | - |
| XYZ | 7.25 | 7.08 | 5.26 | - |
| YUV | 75.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 60 | 0 | 0.19 | 0.33 | 0.65 | 24.83 | 0.19 | 0.29 |
| Hex | 59 | 48 | 3C | 0 | 13 | 21 | 41 | 19 | 13 | 1D |
| Octal | 131 | 110 | 74 | 0 | 23 | 41 | 101 | 31 | 23 | 35 |
| Binary | 1011001 | 1001000 | 111100 | 0 | 10011 | 100001 | 1000001 | 11001 | 10011 | 11101 |
Color Harmonies of #59483C
Complementary color
Monochromatic Colors of #59483C
Black with #59483C
Text Example
Text Example
White with #59483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59483C; }
p { color: rgb(89,72,60); }
H1.HeaderClassName
{
color: #59483C;
}
.AnyTagClassName
{
color: #59483C;
}
</style>
background-color css
<style>
a { background-color: #59483C; }
a { background-color: rgb(89,72,60); }
div.DivClassName
{
background-color: #59483C;
}
.BgClassName
{
background-color: #59483C;
}
</style>
border-color css
<style>
span { border-color: #59483C; }
span { border-color: rgb(89,72,60); }
td.TdClassName
{
border-color: #59483C;
}
.TagClassName
{
border-color: #59483C;
}
</style>