Shades of West Coast #594E33
Tints of West Coast #594E33
RGB
CMYK
RGB Variations
Color information
#594E33 (or 0x594E33) is known color: West Coast. HEX triplet: 59, 4E and 33. RGB value is (89,78,51). Sum of RGB (Red+Green+Blue) = 89+78+51=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #594E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E33 is #A6B1CC. Grayscale: #4E4E4E. Windows color (decimal): -10924493 or 3362393. OLE color: 3362393.
HSL color Cylindrical-coordinate representation of color #594E33: hue angle of 42.63º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #594E33 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 51 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.65 |
| HSL | 42.63º | 0.27% | 0.27% | - |
| HSV(B) | 42.63º | 0.43% | 0.35% | - |
| XYZ | 7.44 | 7.81 | 4.25 | - |
| YUV | 78.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 51 | 0 | 0.12 | 0.43 | 0.65 | 42.63 | 0.27 | 0.27 |
| Hex | 59 | 4E | 33 | 0 | C | 2B | 41 | 2B | 1B | 1B |
| Octal | 131 | 116 | 63 | 0 | 14 | 53 | 101 | 53 | 33 | 33 |
| Binary | 1011001 | 1001110 | 110011 | 0 | 1100 | 101011 | 1000001 | 101011 | 11011 | 11011 |
Color Harmonies of #594E33
Complementary color
Monochromatic Colors of #594E33
Black with #594E33
Text Example
Text Example
White with #594E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E33; }
p { color: rgb(89,78,51); }
H1.HeaderClassName
{
color: #594E33;
}
.AnyTagClassName
{
color: #594E33;
}
</style>
background-color css
<style>
a { background-color: #594E33; }
a { background-color: rgb(89,78,51); }
div.DivClassName
{
background-color: #594E33;
}
.BgClassName
{
background-color: #594E33;
}
</style>
border-color css
<style>
span { border-color: #594E33; }
span { border-color: rgb(89,78,51); }
td.TdClassName
{
border-color: #594E33;
}
.TagClassName
{
border-color: #594E33;
}
</style>