Shades of West Coast #594F2D
Tints of West Coast #594F2D
RGB
CMYK
RGB Variations
Color information
#594F2D (or 0x594F2D) is known color: West Coast. HEX triplet: 59, 4F and 2D. RGB value is (89,79,45). Sum of RGB (Red+Green+Blue) = 89+79+45=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #594F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F2D is #A6B0D2. Grayscale: #4E4E4E. Windows color (decimal): -10924243 or 2969433. OLE color: 2969433.
HSL color Cylindrical-coordinate representation of color #594F2D: hue angle of 46.36º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #594F2D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 45 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.65 |
| HSL | 46.36º | 0.33% | 0.26% | - |
| HSV(B) | 46.36º | 0.49% | 0.35% | - |
| XYZ | 7.39 | 7.91 | 3.62 | - |
| YUV | 78.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 45 | 0 | 0.11 | 0.49 | 0.65 | 46.36 | 0.33 | 0.26 |
| Hex | 59 | 4F | 2D | 0 | B | 31 | 41 | 2E | 21 | 1A |
| Octal | 131 | 117 | 55 | 0 | 13 | 61 | 101 | 56 | 41 | 32 |
| Binary | 1011001 | 1001111 | 101101 | 0 | 1011 | 110001 | 1000001 | 101110 | 100001 | 11010 |
Color Harmonies of #594F2D
Complementary color
Monochromatic Colors of #594F2D
Black with #594F2D
Text Example
Text Example
White with #594F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F2D; }
p { color: rgb(89,79,45); }
H1.HeaderClassName
{
color: #594F2D;
}
.AnyTagClassName
{
color: #594F2D;
}
</style>
background-color css
<style>
a { background-color: #594F2D; }
a { background-color: rgb(89,79,45); }
div.DivClassName
{
background-color: #594F2D;
}
.BgClassName
{
background-color: #594F2D;
}
</style>
border-color css
<style>
span { border-color: #594F2D; }
span { border-color: rgb(89,79,45); }
td.TdClassName
{
border-color: #594F2D;
}
.TagClassName
{
border-color: #594F2D;
}
</style>