Shades of West Coast #595132
Tints of West Coast #595132
RGB
CMYK
RGB Variations
Color information
#595132 (or 0x595132) is known color: West Coast. HEX triplet: 59, 51 and 32. RGB value is (89,81,50). Sum of RGB (Red+Green+Blue) = 89+81+50=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #595132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595132 is #A6AECD. Grayscale: #4F4F4F. Windows color (decimal): -10923726 or 3297625. OLE color: 3297625.
HSL color Cylindrical-coordinate representation of color #595132: hue angle of 47.69º 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 #595132 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 50 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.65 |
| HSL | 47.69º | 0.28% | 0.27% | - |
| HSV(B) | 47.69º | 0.44% | 0.35% | - |
| XYZ | 7.64 | 8.24 | 4.21 | - |
| YUV | 79.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 50 | 0 | 0.09 | 0.44 | 0.65 | 47.69 | 0.28 | 0.27 |
| Hex | 59 | 51 | 32 | 0 | 9 | 2C | 41 | 30 | 1C | 1B |
| Octal | 131 | 121 | 62 | 0 | 11 | 54 | 101 | 60 | 34 | 33 |
| Binary | 1011001 | 1010001 | 110010 | 0 | 1001 | 101100 | 1000001 | 110000 | 11100 | 11011 |
Color Harmonies of #595132
Complementary color
Monochromatic Colors of #595132
Black with #595132
Text Example
Text Example
White with #595132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595132; }
p { color: rgb(89,81,50); }
H1.HeaderClassName
{
color: #595132;
}
.AnyTagClassName
{
color: #595132;
}
</style>
background-color css
<style>
a { background-color: #595132; }
a { background-color: rgb(89,81,50); }
div.DivClassName
{
background-color: #595132;
}
.BgClassName
{
background-color: #595132;
}
</style>
border-color css
<style>
span { border-color: #595132; }
span { border-color: rgb(89,81,50); }
td.TdClassName
{
border-color: #595132;
}
.TagClassName
{
border-color: #595132;
}
</style>