Shades of West Coast #594E2E
Tints of West Coast #594E2E
RGB
CMYK
RGB Variations
Color information
#594E2E (or 0x594E2E) is known color: West Coast. HEX triplet: 59, 4E and 2E. RGB value is (89,78,46). Sum of RGB (Red+Green+Blue) = 89+78+46=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #594E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E2E is #A6B1D1. Grayscale: #4D4D4D. Windows color (decimal): -10924498 or 3034713. OLE color: 3034713.
HSL color Cylindrical-coordinate representation of color #594E2E: hue angle of 44.65º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594E2E is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 46 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.65 |
| HSL | 44.65º | 0.32% | 0.26% | - |
| HSV(B) | 44.65º | 0.48% | 0.35% | - |
| XYZ | 7.34 | 7.77 | 3.7 | - |
| YUV | 77.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 46 | 0 | 0.12 | 0.48 | 0.65 | 44.65 | 0.32 | 0.26 |
| Hex | 59 | 4E | 2E | 0 | C | 30 | 41 | 2D | 20 | 1A |
| Octal | 131 | 116 | 56 | 0 | 14 | 60 | 101 | 55 | 40 | 32 |
| Binary | 1011001 | 1001110 | 101110 | 0 | 1100 | 110000 | 1000001 | 101101 | 100000 | 11010 |
Color Harmonies of #594E2E
Complementary color
Monochromatic Colors of #594E2E
Black with #594E2E
Text Example
Text Example
White with #594E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E2E; }
p { color: rgb(89,78,46); }
H1.HeaderClassName
{
color: #594E2E;
}
.AnyTagClassName
{
color: #594E2E;
}
</style>
background-color css
<style>
a { background-color: #594E2E; }
a { background-color: rgb(89,78,46); }
div.DivClassName
{
background-color: #594E2E;
}
.BgClassName
{
background-color: #594E2E;
}
</style>
border-color css
<style>
span { border-color: #594E2E; }
span { border-color: rgb(89,78,46); }
td.TdClassName
{
border-color: #594E2E;
}
.TagClassName
{
border-color: #594E2E;
}
</style>