Shades of West Coast #5D542E
Tints of West Coast #5D542E
RGB
CMYK
RGB Variations
Color information
#5D542E (or 0x5D542E) is known color: West Coast. HEX triplet: 5D, 54 and 2E. RGB value is (93,84,46). Sum of RGB (Red+Green+Blue) = 93+84+46=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 93 - color contains mainly: red. Hex color #5D542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D542E is #A2ABD1. Grayscale: #525252. Windows color (decimal): -10660818 or 3036253. OLE color: 3036253.
HSL color Cylindrical-coordinate representation of color #5D542E: hue angle of 48.51º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D542E is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 84 | 46 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.64 |
| HSL | 48.51º | 0.34% | 0.27% | - |
| HSV(B) | 48.51º | 0.51% | 0.36% | - |
| XYZ | 8.18 | 8.87 | 3.86 | - |
| YUV | 82.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 46 | 0 | 0.10 | 0.51 | 0.64 | 48.51 | 0.34 | 0.27 |
| Hex | 5D | 54 | 2E | 0 | A | 33 | 40 | 31 | 22 | 1B |
| Octal | 135 | 124 | 56 | 0 | 12 | 63 | 100 | 61 | 42 | 33 |
| Binary | 1011101 | 1010100 | 101110 | 0 | 1010 | 110011 | 1000000 | 110001 | 100010 | 11011 |
Color Harmonies of #5D542E
Complementary color
Monochromatic Colors of #5D542E
Black with #5D542E
Text Example
Text Example
White with #5D542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D542E; }
p { color: rgb(93,84,46); }
H1.HeaderClassName
{
color: #5D542E;
}
.AnyTagClassName
{
color: #5D542E;
}
</style>
background-color css
<style>
a { background-color: #5D542E; }
a { background-color: rgb(93,84,46); }
div.DivClassName
{
background-color: #5D542E;
}
.BgClassName
{
background-color: #5D542E;
}
</style>
border-color css
<style>
span { border-color: #5D542E; }
span { border-color: rgb(93,84,46); }
td.TdClassName
{
border-color: #5D542E;
}
.TagClassName
{
border-color: #5D542E;
}
</style>