Shades of West Coast #5A512A
Tints of West Coast #5A512A
RGB
CMYK
RGB Variations
Color information
#5A512A (or 0x5A512A) is known color: West Coast. HEX triplet: 5A, 51 and 2A. RGB value is (90,81,42). Sum of RGB (Red+Green+Blue) = 90+81+42=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A512A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A512A is #A5AED5. Grayscale: #4F4F4F. Windows color (decimal): -10858198 or 2773338. OLE color: 2773338.
HSL color Cylindrical-coordinate representation of color #5A512A: hue angle of 48.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A512A is Cyan = 0, Magento = 0.1, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 42 | - |
| CMYK | 0 | 0.1 | 0.53 | 0.65 |
| HSL | 48.75º | 0.36% | 0.26% | - |
| HSV(B) | 48.75º | 0.53% | 0.35% | - |
| XYZ | 7.58 | 8.23 | 3.38 | - |
| YUV | 79.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 42 | 0 | 0.1 | 0.53 | 0.65 | 48.75 | 0.36 | 0.26 |
| Hex | 5A | 51 | 2A | 0 | A | 35 | 41 | 31 | 24 | 1A |
| Octal | 132 | 121 | 52 | 0 | 12 | 65 | 101 | 61 | 44 | 32 |
| Binary | 1011010 | 1010001 | 101010 | 0 | 1010 | 110101 | 1000001 | 110001 | 100100 | 11010 |
Color Harmonies of #5A512A
Complementary color
Monochromatic Colors of #5A512A
Black with #5A512A
Text Example
Text Example
White with #5A512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A512A; }
p { color: rgb(90,81,42); }
H1.HeaderClassName
{
color: #5A512A;
}
.AnyTagClassName
{
color: #5A512A;
}
</style>
background-color css
<style>
a { background-color: #5A512A; }
a { background-color: rgb(90,81,42); }
div.DivClassName
{
background-color: #5A512A;
}
.BgClassName
{
background-color: #5A512A;
}
</style>
border-color css
<style>
span { border-color: #5A512A; }
span { border-color: rgb(90,81,42); }
td.TdClassName
{
border-color: #5A512A;
}
.TagClassName
{
border-color: #5A512A;
}
</style>