Shades of West Coast #5E5036
Tints of West Coast #5E5036
RGB
CMYK
RGB Variations
Color information
#5E5036 (or 0x5E5036) is known color: West Coast. HEX triplet: 5E, 50 and 36. RGB value is (94,80,54). Sum of RGB (Red+Green+Blue) = 94+80+54=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5036 is #A1AFC9. Grayscale: #515151. Windows color (decimal): -10596298 or 3559518. OLE color: 3559518.
HSL color Cylindrical-coordinate representation of color #5E5036: hue angle of 39º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E5036 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 80 | 54 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.63 |
| HSL | 39º | 0.27% | 0.29% | - |
| HSV(B) | 39º | 0.43% | 0.37% | - |
| XYZ | 8.15 | 8.38 | 4.68 | - |
| YUV | 81.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 54 | 0 | 0.15 | 0.43 | 0.63 | 39 | 0.27 | 0.29 |
| Hex | 5E | 50 | 36 | 0 | F | 2B | 3F | 27 | 1B | 1D |
| Octal | 136 | 120 | 66 | 0 | 17 | 53 | 77 | 47 | 33 | 35 |
| Binary | 1011110 | 1010000 | 110110 | 0 | 1111 | 101011 | 111111 | 100111 | 11011 | 11101 |
Color Harmonies of #5E5036
Complementary color
Monochromatic Colors of #5E5036
Black with #5E5036
Text Example
Text Example
White with #5E5036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5036; }
p { color: rgb(94,80,54); }
H1.HeaderClassName
{
color: #5E5036;
}
.AnyTagClassName
{
color: #5E5036;
}
</style>
background-color css
<style>
a { background-color: #5E5036; }
a { background-color: rgb(94,80,54); }
div.DivClassName
{
background-color: #5E5036;
}
.BgClassName
{
background-color: #5E5036;
}
</style>
border-color css
<style>
span { border-color: #5E5036; }
span { border-color: rgb(94,80,54); }
td.TdClassName
{
border-color: #5E5036;
}
.TagClassName
{
border-color: #5E5036;
}
</style>