Shades of West Coast #5A4C2D
Tints of West Coast #5A4C2D
RGB
CMYK
RGB Variations
Color information
#5A4C2D (or 0x5A4C2D) is known color: West Coast. HEX triplet: 5A, 4C and 2D. RGB value is (90,76,45). Sum of RGB (Red+Green+Blue) = 90+76+45=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C2D is #A5B3D2. Grayscale: #4C4C4C. Windows color (decimal): -10859475 or 2968666. OLE color: 2968666.
HSL color Cylindrical-coordinate representation of color #5A4C2D: hue angle of 41.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A4C2D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 76 | 45 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.65 |
| HSL | 41.33º | 0.33% | 0.26% | - |
| HSV(B) | 41.33º | 0.5% | 0.35% | - |
| XYZ | 7.27 | 7.53 | 3.55 | - |
| YUV | 76.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 76 | 45 | 0 | 0.16 | 0.50 | 0.65 | 41.33 | 0.33 | 0.26 |
| Hex | 5A | 4C | 2D | 0 | 10 | 32 | 41 | 29 | 21 | 1A |
| Octal | 132 | 114 | 55 | 0 | 20 | 62 | 101 | 51 | 41 | 32 |
| Binary | 1011010 | 1001100 | 101101 | 0 | 10000 | 110010 | 1000001 | 101001 | 100001 | 11010 |
Color Harmonies of #5A4C2D
Complementary color
Monochromatic Colors of #5A4C2D
Black with #5A4C2D
Text Example
Text Example
White with #5A4C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4C2D; }
p { color: rgb(90,76,45); }
H1.HeaderClassName
{
color: #5A4C2D;
}
.AnyTagClassName
{
color: #5A4C2D;
}
</style>
background-color css
<style>
a { background-color: #5A4C2D; }
a { background-color: rgb(90,76,45); }
div.DivClassName
{
background-color: #5A4C2D;
}
.BgClassName
{
background-color: #5A4C2D;
}
</style>
border-color css
<style>
span { border-color: #5A4C2D; }
span { border-color: rgb(90,76,45); }
td.TdClassName
{
border-color: #5A4C2D;
}
.TagClassName
{
border-color: #5A4C2D;
}
</style>