Shades of West Coast #574D2D
Tints of West Coast #574D2D
RGB
CMYK
RGB Variations
Color information
#574D2D (or 0x574D2D) is known color: West Coast. HEX triplet: 57, 4D and 2D. RGB value is (87,77,45). Sum of RGB (Red+Green+Blue) = 87+77+45=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #574D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D2D is #A8B2D2. Grayscale: #4C4C4C. Windows color (decimal): -11055827 or 2968919. OLE color: 2968919.
HSL color Cylindrical-coordinate representation of color #574D2D: hue angle of 45.71º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #574D2D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 77 | 45 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.66 |
| HSL | 45.71º | 0.32% | 0.26% | - |
| HSV(B) | 45.71º | 0.48% | 0.34% | - |
| XYZ | 7.06 | 7.52 | 3.56 | - |
| YUV | 76.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 45 | 0 | 0.11 | 0.48 | 0.66 | 45.71 | 0.32 | 0.26 |
| Hex | 57 | 4D | 2D | 0 | B | 30 | 42 | 2E | 20 | 1A |
| Octal | 127 | 115 | 55 | 0 | 13 | 60 | 102 | 56 | 40 | 32 |
| Binary | 1010111 | 1001101 | 101101 | 0 | 1011 | 110000 | 1000010 | 101110 | 100000 | 11010 |
Color Harmonies of #574D2D
Complementary color
Monochromatic Colors of #574D2D
Black with #574D2D
Text Example
Text Example
White with #574D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574D2D; }
p { color: rgb(87,77,45); }
H1.HeaderClassName
{
color: #574D2D;
}
.AnyTagClassName
{
color: #574D2D;
}
</style>
background-color css
<style>
a { background-color: #574D2D; }
a { background-color: rgb(87,77,45); }
div.DivClassName
{
background-color: #574D2D;
}
.BgClassName
{
background-color: #574D2D;
}
</style>
border-color css
<style>
span { border-color: #574D2D; }
span { border-color: rgb(87,77,45); }
td.TdClassName
{
border-color: #574D2D;
}
.TagClassName
{
border-color: #574D2D;
}
</style>