Shades of West Coast #5E5139
Tints of West Coast #5E5139
RGB
CMYK
RGB Variations
Color information
#5E5139 (or 0x5E5139) is known color: West Coast. HEX triplet: 5E, 51 and 39. RGB value is (94,81,57). Sum of RGB (Red+Green+Blue) = 94+81+57=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5139 is #A1AEC6. Grayscale: #525252. Windows color (decimal): -10596039 or 3756382. OLE color: 3756382.
HSL color Cylindrical-coordinate representation of color #5E5139: hue angle of 38.92º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E5139 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 81 | 57 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.63 |
| HSL | 38.92º | 0.25% | 0.3% | - |
| HSV(B) | 38.92º | 0.39% | 0.37% | - |
| XYZ | 8.3 | 8.56 | 5.09 | - |
| YUV | 82.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 57 | 0 | 0.14 | 0.39 | 0.63 | 38.92 | 0.25 | 0.3 |
| Hex | 5E | 51 | 39 | 0 | E | 27 | 3F | 27 | 19 | 1E |
| Octal | 136 | 121 | 71 | 0 | 16 | 47 | 77 | 47 | 31 | 36 |
| Binary | 1011110 | 1010001 | 111001 | 0 | 1110 | 100111 | 111111 | 100111 | 11001 | 11110 |
Color Harmonies of #5E5139
Complementary color
Monochromatic Colors of #5E5139
Black with #5E5139
Text Example
Text Example
White with #5E5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5139; }
p { color: rgb(94,81,57); }
H1.HeaderClassName
{
color: #5E5139;
}
.AnyTagClassName
{
color: #5E5139;
}
</style>
background-color css
<style>
a { background-color: #5E5139; }
a { background-color: rgb(94,81,57); }
div.DivClassName
{
background-color: #5E5139;
}
.BgClassName
{
background-color: #5E5139;
}
</style>
border-color css
<style>
span { border-color: #5E5139; }
span { border-color: rgb(94,81,57); }
td.TdClassName
{
border-color: #5E5139;
}
.TagClassName
{
border-color: #5E5139;
}
</style>