Shades of West Coast #594D2F
Tints of West Coast #594D2F
RGB
CMYK
RGB Variations
Color information
#594D2F (or 0x594D2F) is known color: West Coast. HEX triplet: 59, 4D and 2F. RGB value is (89,77,47). Sum of RGB (Red+Green+Blue) = 89+77+47=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #594D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D2F is #A6B2D0. Grayscale: #4D4D4D. Windows color (decimal): -10924753 or 3099993. OLE color: 3099993.
HSL color Cylindrical-coordinate representation of color #594D2F: hue angle of 42.86º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594D2F is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 47 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.65 |
| HSL | 42.86º | 0.31% | 0.27% | - |
| HSV(B) | 42.86º | 0.47% | 0.35% | - |
| XYZ | 7.29 | 7.64 | 3.78 | - |
| YUV | 77.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 47 | 0 | 0.13 | 0.47 | 0.65 | 42.86 | 0.31 | 0.27 |
| Hex | 59 | 4D | 2F | 0 | D | 2F | 41 | 2B | 1F | 1B |
| Octal | 131 | 115 | 57 | 0 | 15 | 57 | 101 | 53 | 37 | 33 |
| Binary | 1011001 | 1001101 | 101111 | 0 | 1101 | 101111 | 1000001 | 101011 | 11111 | 11011 |
Color Harmonies of #594D2F
Complementary color
Monochromatic Colors of #594D2F
Black with #594D2F
Text Example
Text Example
White with #594D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D2F; }
p { color: rgb(89,77,47); }
H1.HeaderClassName
{
color: #594D2F;
}
.AnyTagClassName
{
color: #594D2F;
}
</style>
background-color css
<style>
a { background-color: #594D2F; }
a { background-color: rgb(89,77,47); }
div.DivClassName
{
background-color: #594D2F;
}
.BgClassName
{
background-color: #594D2F;
}
</style>
border-color css
<style>
span { border-color: #594D2F; }
span { border-color: rgb(89,77,47); }
td.TdClassName
{
border-color: #594D2F;
}
.TagClassName
{
border-color: #594D2F;
}
</style>