Shades of West Coast #574E31
Tints of West Coast #574E31
RGB
CMYK
RGB Variations
Color information
#574E31 (or 0x574E31) is known color: West Coast. HEX triplet: 57, 4E and 31. RGB value is (87,78,49). Sum of RGB (Red+Green+Blue) = 87+78+49=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #574E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E31 is #A8B1CE. Grayscale: #4D4D4D. Windows color (decimal): -11055567 or 3231319. OLE color: 3231319.
HSL color Cylindrical-coordinate representation of color #574E31: hue angle of 45.79º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574E31 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 78 | 49 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.66 |
| HSL | 45.79º | 0.28% | 0.27% | - |
| HSV(B) | 45.79º | 0.44% | 0.34% | - |
| XYZ | 7.21 | 7.7 | 4.01 | - |
| YUV | 77.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 49 | 0 | 0.10 | 0.44 | 0.66 | 45.79 | 0.28 | 0.27 |
| Hex | 57 | 4E | 31 | 0 | A | 2C | 42 | 2E | 1C | 1B |
| Octal | 127 | 116 | 61 | 0 | 12 | 54 | 102 | 56 | 34 | 33 |
| Binary | 1010111 | 1001110 | 110001 | 0 | 1010 | 101100 | 1000010 | 101110 | 11100 | 11011 |
Color Harmonies of #574E31
Complementary color
Monochromatic Colors of #574E31
Black with #574E31
Text Example
Text Example
White with #574E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E31; }
p { color: rgb(87,78,49); }
H1.HeaderClassName
{
color: #574E31;
}
.AnyTagClassName
{
color: #574E31;
}
</style>
background-color css
<style>
a { background-color: #574E31; }
a { background-color: rgb(87,78,49); }
div.DivClassName
{
background-color: #574E31;
}
.BgClassName
{
background-color: #574E31;
}
</style>
border-color css
<style>
span { border-color: #574E31; }
span { border-color: rgb(87,78,49); }
td.TdClassName
{
border-color: #574E31;
}
.TagClassName
{
border-color: #574E31;
}
</style>