Shades of West Coast #5E542F
Tints of West Coast #5E542F
RGB
CMYK
RGB Variations
Color information
#5E542F (or 0x5E542F) is known color: West Coast. HEX triplet: 5E, 54 and 2F. RGB value is (94,84,47). Sum of RGB (Red+Green+Blue) = 94+84+47=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E542F is #A1ABD0. Grayscale: #525252. Windows color (decimal): -10595281 or 3101790. OLE color: 3101790.
HSL color Cylindrical-coordinate representation of color #5E542F: hue angle of 47.23º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E542F is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 84 | 47 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.63 |
| HSL | 47.23º | 0.33% | 0.28% | - |
| HSV(B) | 47.23º | 0.5% | 0.37% | - |
| XYZ | 8.3 | 8.93 | 3.97 | - |
| YUV | 82.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 84 | 47 | 0 | 0.11 | 0.5 | 0.63 | 47.23 | 0.33 | 0.28 |
| Hex | 5E | 54 | 2F | 0 | B | 32 | 3F | 2F | 21 | 1C |
| Octal | 136 | 124 | 57 | 0 | 13 | 62 | 77 | 57 | 41 | 34 |
| Binary | 1011110 | 1010100 | 101111 | 0 | 1011 | 110010 | 111111 | 101111 | 100001 | 11100 |
Color Harmonies of #5E542F
Complementary color
Monochromatic Colors of #5E542F
Black with #5E542F
Text Example
Text Example
White with #5E542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E542F; }
p { color: rgb(94,84,47); }
H1.HeaderClassName
{
color: #5E542F;
}
.AnyTagClassName
{
color: #5E542F;
}
</style>
background-color css
<style>
a { background-color: #5E542F; }
a { background-color: rgb(94,84,47); }
div.DivClassName
{
background-color: #5E542F;
}
.BgClassName
{
background-color: #5E542F;
}
</style>
border-color css
<style>
span { border-color: #5E542F; }
span { border-color: rgb(94,84,47); }
td.TdClassName
{
border-color: #5E542F;
}
.TagClassName
{
border-color: #5E542F;
}
</style>