Shades of West Coast #5E5436
Tints of West Coast #5E5436
RGB
CMYK
RGB Variations
Color information
#5E5436 (or 0x5E5436) is known color: West Coast. HEX triplet: 5E, 54 and 36. RGB value is (94,84,54). Sum of RGB (Red+Green+Blue) = 94+84+54=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5436 is #A1ABC9. Grayscale: #535353. Windows color (decimal): -10595274 or 3560542. OLE color: 3560542.
HSL color Cylindrical-coordinate representation of color #5E5436: hue angle of 45º 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 #5E5436 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 84 | 54 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.63 |
| HSL | 45º | 0.27% | 0.29% | - |
| HSV(B) | 45º | 0.43% | 0.37% | - |
| XYZ | 8.45 | 8.99 | 4.78 | - |
| YUV | 83.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 84 | 54 | 0 | 0.11 | 0.43 | 0.63 | 45 | 0.27 | 0.29 |
| Hex | 5E | 54 | 36 | 0 | B | 2B | 3F | 2D | 1B | 1D |
| Octal | 136 | 124 | 66 | 0 | 13 | 53 | 77 | 55 | 33 | 35 |
| Binary | 1011110 | 1010100 | 110110 | 0 | 1011 | 101011 | 111111 | 101101 | 11011 | 11101 |
Color Harmonies of #5E5436
Complementary color
Monochromatic Colors of #5E5436
Black with #5E5436
Text Example
Text Example
White with #5E5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5436; }
p { color: rgb(94,84,54); }
H1.HeaderClassName
{
color: #5E5436;
}
.AnyTagClassName
{
color: #5E5436;
}
</style>
background-color css
<style>
a { background-color: #5E5436; }
a { background-color: rgb(94,84,54); }
div.DivClassName
{
background-color: #5E5436;
}
.BgClassName
{
background-color: #5E5436;
}
</style>
border-color css
<style>
span { border-color: #5E5436; }
span { border-color: rgb(94,84,54); }
td.TdClassName
{
border-color: #5E5436;
}
.TagClassName
{
border-color: #5E5436;
}
</style>