Shades of West Coast #5A4F2A
Tints of West Coast #5A4F2A
RGB
CMYK
RGB Variations
Color information
#5A4F2A (or 0x5A4F2A) is known color: West Coast. HEX triplet: 5A, 4F and 2A. RGB value is (90,79,42). Sum of RGB (Red+Green+Blue) = 90+79+42=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4F2A is #A5B0D5. Grayscale: #4E4E4E. Windows color (decimal): -10858710 or 2772826. OLE color: 2772826.
HSL color Cylindrical-coordinate representation of color #5A4F2A: hue angle of 46.25º 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 #5A4F2A is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 79 | 42 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.65 |
| HSL | 46.25º | 0.36% | 0.26% | - |
| HSV(B) | 46.25º | 0.53% | 0.35% | - |
| XYZ | 7.43 | 7.93 | 3.33 | - |
| YUV | 78.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 42 | 0 | 0.12 | 0.53 | 0.65 | 46.25 | 0.36 | 0.26 |
| Hex | 5A | 4F | 2A | 0 | C | 35 | 41 | 2E | 24 | 1A |
| Octal | 132 | 117 | 52 | 0 | 14 | 65 | 101 | 56 | 44 | 32 |
| Binary | 1011010 | 1001111 | 101010 | 0 | 1100 | 110101 | 1000001 | 101110 | 100100 | 11010 |
Color Harmonies of #5A4F2A
Complementary color
Monochromatic Colors of #5A4F2A
Black with #5A4F2A
Text Example
Text Example
White with #5A4F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F2A; }
p { color: rgb(90,79,42); }
H1.HeaderClassName
{
color: #5A4F2A;
}
.AnyTagClassName
{
color: #5A4F2A;
}
</style>
background-color css
<style>
a { background-color: #5A4F2A; }
a { background-color: rgb(90,79,42); }
div.DivClassName
{
background-color: #5A4F2A;
}
.BgClassName
{
background-color: #5A4F2A;
}
</style>
border-color css
<style>
span { border-color: #5A4F2A; }
span { border-color: rgb(90,79,42); }
td.TdClassName
{
border-color: #5A4F2A;
}
.TagClassName
{
border-color: #5A4F2A;
}
</style>