Shades of West Coast #594F2B
Tints of West Coast #594F2B
RGB
CMYK
RGB Variations
Color information
#594F2B (or 0x594F2B) is known color: West Coast. HEX triplet: 59, 4F and 2B. RGB value is (89,79,43). Sum of RGB (Red+Green+Blue) = 89+79+43=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #594F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F2B is #A6B0D4. Grayscale: #4E4E4E. Windows color (decimal): -10924245 or 2838361. OLE color: 2838361.
HSL color Cylindrical-coordinate representation of color #594F2B: hue angle of 46.96º 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 #594F2B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 43 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.65 |
| HSL | 46.96º | 0.35% | 0.26% | - |
| HSV(B) | 46.96º | 0.52% | 0.35% | - |
| XYZ | 7.35 | 7.89 | 3.42 | - |
| YUV | 77.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 43 | 0 | 0.11 | 0.52 | 0.65 | 46.96 | 0.35 | 0.26 |
| Hex | 59 | 4F | 2B | 0 | B | 34 | 41 | 2F | 23 | 1A |
| Octal | 131 | 117 | 53 | 0 | 13 | 64 | 101 | 57 | 43 | 32 |
| Binary | 1011001 | 1001111 | 101011 | 0 | 1011 | 110100 | 1000001 | 101111 | 100011 | 11010 |
Color Harmonies of #594F2B
Complementary color
Monochromatic Colors of #594F2B
Black with #594F2B
Text Example
Text Example
White with #594F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F2B; }
p { color: rgb(89,79,43); }
H1.HeaderClassName
{
color: #594F2B;
}
.AnyTagClassName
{
color: #594F2B;
}
</style>
background-color css
<style>
a { background-color: #594F2B; }
a { background-color: rgb(89,79,43); }
div.DivClassName
{
background-color: #594F2B;
}
.BgClassName
{
background-color: #594F2B;
}
</style>
border-color css
<style>
span { border-color: #594F2B; }
span { border-color: rgb(89,79,43); }
td.TdClassName
{
border-color: #594F2B;
}
.TagClassName
{
border-color: #594F2B;
}
</style>