Shades of West Coast #594F36
Tints of West Coast #594F36
RGB
CMYK
RGB Variations
Color information
#594F36 (or 0x594F36) is known color: West Coast. HEX triplet: 59, 4F and 36. RGB value is (89,79,54). Sum of RGB (Red+Green+Blue) = 89+79+54=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #594F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F36 is #A6B0C9. Grayscale: #4F4F4F. Windows color (decimal): -10924234 or 3559257. OLE color: 3559257.
HSL color Cylindrical-coordinate representation of color #594F36: hue angle of 42.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #594F36 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 54 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.65 |
| HSL | 42.86º | 0.24% | 0.28% | - |
| HSV(B) | 42.86º | 0.39% | 0.35% | - |
| XYZ | 7.58 | 7.98 | 4.63 | - |
| YUV | 79.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 54 | 0 | 0.11 | 0.39 | 0.65 | 42.86 | 0.24 | 0.28 |
| Hex | 59 | 4F | 36 | 0 | B | 27 | 41 | 2B | 18 | 1C |
| Octal | 131 | 117 | 66 | 0 | 13 | 47 | 101 | 53 | 30 | 34 |
| Binary | 1011001 | 1001111 | 110110 | 0 | 1011 | 100111 | 1000001 | 101011 | 11000 | 11100 |
Color Harmonies of #594F36
Complementary color
Monochromatic Colors of #594F36
Black with #594F36
Text Example
Text Example
White with #594F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F36; }
p { color: rgb(89,79,54); }
H1.HeaderClassName
{
color: #594F36;
}
.AnyTagClassName
{
color: #594F36;
}
</style>
background-color css
<style>
a { background-color: #594F36; }
a { background-color: rgb(89,79,54); }
div.DivClassName
{
background-color: #594F36;
}
.BgClassName
{
background-color: #594F36;
}
</style>
border-color css
<style>
span { border-color: #594F36; }
span { border-color: rgb(89,79,54); }
td.TdClassName
{
border-color: #594F36;
}
.TagClassName
{
border-color: #594F36;
}
</style>