Shades of West Coast #5E5132
Tints of West Coast #5E5132
RGB
CMYK
RGB Variations
Color information
#5E5132 (or 0x5E5132) is known color: West Coast. HEX triplet: 5E, 51 and 32. RGB value is (94,81,50). Sum of RGB (Red+Green+Blue) = 94+81+50=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5132 is #A1AECD. Grayscale: #515151. Windows color (decimal): -10596046 or 3297630. OLE color: 3297630.
HSL color Cylindrical-coordinate representation of color #5E5132: hue angle of 42.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E5132 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 81 | 50 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.63 |
| HSL | 42.27º | 0.31% | 0.28% | - |
| HSV(B) | 42.27º | 0.47% | 0.37% | - |
| XYZ | 8.13 | 8.49 | 4.23 | - |
| YUV | 81.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 50 | 0 | 0.14 | 0.47 | 0.63 | 42.27 | 0.31 | 0.28 |
| Hex | 5E | 51 | 32 | 0 | E | 2F | 3F | 2A | 1F | 1C |
| Octal | 136 | 121 | 62 | 0 | 16 | 57 | 77 | 52 | 37 | 34 |
| Binary | 1011110 | 1010001 | 110010 | 0 | 1110 | 101111 | 111111 | 101010 | 11111 | 11100 |
Color Harmonies of #5E5132
Complementary color
Monochromatic Colors of #5E5132
Black with #5E5132
Text Example
Text Example
White with #5E5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5132; }
p { color: rgb(94,81,50); }
H1.HeaderClassName
{
color: #5E5132;
}
.AnyTagClassName
{
color: #5E5132;
}
</style>
background-color css
<style>
a { background-color: #5E5132; }
a { background-color: rgb(94,81,50); }
div.DivClassName
{
background-color: #5E5132;
}
.BgClassName
{
background-color: #5E5132;
}
</style>
border-color css
<style>
span { border-color: #5E5132; }
span { border-color: rgb(94,81,50); }
td.TdClassName
{
border-color: #5E5132;
}
.TagClassName
{
border-color: #5E5132;
}
</style>