Shades of West Coast #5A4E35
Tints of West Coast #5A4E35
RGB
CMYK
RGB Variations
Color information
#5A4E35 (or 0x5A4E35) is known color: West Coast. HEX triplet: 5A, 4E and 35. RGB value is (90,78,53). Sum of RGB (Red+Green+Blue) = 90+78+53=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E35 is #A5B1CA. Grayscale: #4E4E4E. Windows color (decimal): -10858955 or 3493466. OLE color: 3493466.
HSL color Cylindrical-coordinate representation of color #5A4E35: hue angle of 40.54º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A4E35 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 53 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.65 |
| HSL | 40.54º | 0.26% | 0.28% | - |
| HSV(B) | 40.54º | 0.41% | 0.35% | - |
| XYZ | 7.58 | 7.88 | 4.49 | - |
| YUV | 78.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 53 | 0 | 0.13 | 0.41 | 0.65 | 40.54 | 0.26 | 0.28 |
| Hex | 5A | 4E | 35 | 0 | D | 29 | 41 | 29 | 1A | 1C |
| Octal | 132 | 116 | 65 | 0 | 15 | 51 | 101 | 51 | 32 | 34 |
| Binary | 1011010 | 1001110 | 110101 | 0 | 1101 | 101001 | 1000001 | 101001 | 11010 | 11100 |
Color Harmonies of #5A4E35
Complementary color
Monochromatic Colors of #5A4E35
Black with #5A4E35
Text Example
Text Example
White with #5A4E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E35; }
p { color: rgb(90,78,53); }
H1.HeaderClassName
{
color: #5A4E35;
}
.AnyTagClassName
{
color: #5A4E35;
}
</style>
background-color css
<style>
a { background-color: #5A4E35; }
a { background-color: rgb(90,78,53); }
div.DivClassName
{
background-color: #5A4E35;
}
.BgClassName
{
background-color: #5A4E35;
}
</style>
border-color css
<style>
span { border-color: #5A4E35; }
span { border-color: rgb(90,78,53); }
td.TdClassName
{
border-color: #5A4E35;
}
.TagClassName
{
border-color: #5A4E35;
}
</style>