Shades of Brown Derby #594232
Tints of Brown Derby #594232
RGB
CMYK
RGB Variations
Color information
#594232 (or 0x594232) is known color: Brown Derby. HEX triplet: 59, 42 and 32. RGB value is (89,66,50). Sum of RGB (Red+Green+Blue) = 89+66+50=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #594232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594232 is #A6BDCD. Grayscale: #474747. Windows color (decimal): -10927566 or 3293785. OLE color: 3293785.
HSL color Cylindrical-coordinate representation of color #594232: hue angle of 24.62º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594232 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 66 | 50 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.65 |
| HSL | 24.62º | 0.28% | 0.27% | - |
| HSV(B) | 24.62º | 0.44% | 0.35% | - |
| XYZ | 6.64 | 6.25 | 3.87 | - |
| YUV | 71.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 50 | 0 | 0.26 | 0.44 | 0.65 | 24.62 | 0.28 | 0.27 |
| Hex | 59 | 42 | 32 | 0 | 1A | 2C | 41 | 19 | 1C | 1B |
| Octal | 131 | 102 | 62 | 0 | 32 | 54 | 101 | 31 | 34 | 33 |
| Binary | 1011001 | 1000010 | 110010 | 0 | 11010 | 101100 | 1000001 | 11001 | 11100 | 11011 |
Color Harmonies of #594232
Complementary color
Monochromatic Colors of #594232
Black with #594232
Text Example
Text Example
White with #594232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594232; }
p { color: rgb(89,66,50); }
H1.HeaderClassName
{
color: #594232;
}
.AnyTagClassName
{
color: #594232;
}
</style>
background-color css
<style>
a { background-color: #594232; }
a { background-color: rgb(89,66,50); }
div.DivClassName
{
background-color: #594232;
}
.BgClassName
{
background-color: #594232;
}
</style>
border-color css
<style>
span { border-color: #594232; }
span { border-color: rgb(89,66,50); }
td.TdClassName
{
border-color: #594232;
}
.TagClassName
{
border-color: #594232;
}
</style>