Shades of West Coast #59502B
Tints of West Coast #59502B
RGB
CMYK
RGB Variations
Color information
#59502B (or 0x59502B) is known color: West Coast. HEX triplet: 59, 50 and 2B. RGB value is (89,80,43). Sum of RGB (Red+Green+Blue) = 89+80+43=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #59502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59502B is #A6AFD4. Grayscale: #4E4E4E. Windows color (decimal): -10923989 or 2838617. OLE color: 2838617.
HSL color Cylindrical-coordinate representation of color #59502B: hue angle of 48.26º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59502B is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 80 | 43 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.65 |
| HSL | 48.26º | 0.35% | 0.26% | - |
| HSV(B) | 48.26º | 0.52% | 0.35% | - |
| XYZ | 7.42 | 8.04 | 3.45 | - |
| YUV | 78.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 43 | 0 | 0.10 | 0.52 | 0.65 | 48.26 | 0.35 | 0.26 |
| Hex | 59 | 50 | 2B | 0 | A | 34 | 41 | 30 | 23 | 1A |
| Octal | 131 | 120 | 53 | 0 | 12 | 64 | 101 | 60 | 43 | 32 |
| Binary | 1011001 | 1010000 | 101011 | 0 | 1010 | 110100 | 1000001 | 110000 | 100011 | 11010 |
Color Harmonies of #59502B
Complementary color
Monochromatic Colors of #59502B
Black with #59502B
Text Example
Text Example
White with #59502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59502B; }
p { color: rgb(89,80,43); }
H1.HeaderClassName
{
color: #59502B;
}
.AnyTagClassName
{
color: #59502B;
}
</style>
background-color css
<style>
a { background-color: #59502B; }
a { background-color: rgb(89,80,43); }
div.DivClassName
{
background-color: #59502B;
}
.BgClassName
{
background-color: #59502B;
}
</style>
border-color css
<style>
span { border-color: #59502B; }
span { border-color: rgb(89,80,43); }
td.TdClassName
{
border-color: #59502B;
}
.TagClassName
{
border-color: #59502B;
}
</style>