Shades of West Coast #5A4E34
Tints of West Coast #5A4E34
RGB
CMYK
RGB Variations
Color information
#5A4E34 (or 0x5A4E34) is known color: West Coast. HEX triplet: 5A, 4E and 34. RGB value is (90,78,52). Sum of RGB (Red+Green+Blue) = 90+78+52=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E34 is #A5B1CB. Grayscale: #4E4E4E. Windows color (decimal): -10858956 or 3427930. OLE color: 3427930.
HSL color Cylindrical-coordinate representation of color #5A4E34: hue angle of 41.05º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A4E34 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 52 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.65 |
| HSL | 41.05º | 0.27% | 0.28% | - |
| HSV(B) | 41.05º | 0.42% | 0.35% | - |
| XYZ | 7.56 | 7.87 | 4.37 | - |
| YUV | 78.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 52 | 0 | 0.13 | 0.42 | 0.65 | 41.05 | 0.27 | 0.28 |
| Hex | 5A | 4E | 34 | 0 | D | 2A | 41 | 29 | 1B | 1C |
| Octal | 132 | 116 | 64 | 0 | 15 | 52 | 101 | 51 | 33 | 34 |
| Binary | 1011010 | 1001110 | 110100 | 0 | 1101 | 101010 | 1000001 | 101001 | 11011 | 11100 |
Color Harmonies of #5A4E34
Complementary color
Monochromatic Colors of #5A4E34
Black with #5A4E34
Text Example
Text Example
White with #5A4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E34; }
p { color: rgb(90,78,52); }
H1.HeaderClassName
{
color: #5A4E34;
}
.AnyTagClassName
{
color: #5A4E34;
}
</style>
background-color css
<style>
a { background-color: #5A4E34; }
a { background-color: rgb(90,78,52); }
div.DivClassName
{
background-color: #5A4E34;
}
.BgClassName
{
background-color: #5A4E34;
}
</style>
border-color css
<style>
span { border-color: #5A4E34; }
span { border-color: rgb(90,78,52); }
td.TdClassName
{
border-color: #5A4E34;
}
.TagClassName
{
border-color: #5A4E34;
}
</style>