Shades of West Coast #594D2D
Tints of West Coast #594D2D
RGB
CMYK
RGB Variations
Color information
#594D2D (or 0x594D2D) is known color: West Coast. HEX triplet: 59, 4D and 2D. RGB value is (89,77,45). Sum of RGB (Red+Green+Blue) = 89+77+45=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #594D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D2D is #A6B2D2. Grayscale: #4D4D4D. Windows color (decimal): -10924755 or 2968921. OLE color: 2968921.
HSL color Cylindrical-coordinate representation of color #594D2D: hue angle of 43.64º 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 #594D2D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 45 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.65 |
| HSL | 43.64º | 0.33% | 0.26% | - |
| HSV(B) | 43.64º | 0.49% | 0.35% | - |
| XYZ | 7.25 | 7.62 | 3.57 | - |
| YUV | 76.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 45 | 0 | 0.13 | 0.49 | 0.65 | 43.64 | 0.33 | 0.26 |
| Hex | 59 | 4D | 2D | 0 | D | 31 | 41 | 2C | 21 | 1A |
| Octal | 131 | 115 | 55 | 0 | 15 | 61 | 101 | 54 | 41 | 32 |
| Binary | 1011001 | 1001101 | 101101 | 0 | 1101 | 110001 | 1000001 | 101100 | 100001 | 11010 |
Color Harmonies of #594D2D
Complementary color
Monochromatic Colors of #594D2D
Black with #594D2D
Text Example
Text Example
White with #594D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D2D; }
p { color: rgb(89,77,45); }
H1.HeaderClassName
{
color: #594D2D;
}
.AnyTagClassName
{
color: #594D2D;
}
</style>
background-color css
<style>
a { background-color: #594D2D; }
a { background-color: rgb(89,77,45); }
div.DivClassName
{
background-color: #594D2D;
}
.BgClassName
{
background-color: #594D2D;
}
</style>
border-color css
<style>
span { border-color: #594D2D; }
span { border-color: rgb(89,77,45); }
td.TdClassName
{
border-color: #594D2D;
}
.TagClassName
{
border-color: #594D2D;
}
</style>