Shades of West Coast #5A4F36
Tints of West Coast #5A4F36
RGB
CMYK
RGB Variations
Color information
#5A4F36 (or 0x5A4F36) is known color: West Coast. HEX triplet: 5A, 4F and 36. RGB value is (90,79,54). Sum of RGB (Red+Green+Blue) = 90+79+54=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4F36 is #A5B0C9. Grayscale: #4F4F4F. Windows color (decimal): -10858698 or 3559258. OLE color: 3559258.
HSL color Cylindrical-coordinate representation of color #5A4F36: hue angle of 41.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A4F36 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 79 | 54 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.65 |
| HSL | 41.67º | 0.25% | 0.28% | - |
| HSV(B) | 41.67º | 0.4% | 0.35% | - |
| XYZ | 7.68 | 8.03 | 4.64 | - |
| YUV | 79.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 54 | 0 | 0.12 | 0.40 | 0.65 | 41.67 | 0.25 | 0.28 |
| Hex | 5A | 4F | 36 | 0 | C | 28 | 41 | 2A | 19 | 1C |
| Octal | 132 | 117 | 66 | 0 | 14 | 50 | 101 | 52 | 31 | 34 |
| Binary | 1011010 | 1001111 | 110110 | 0 | 1100 | 101000 | 1000001 | 101010 | 11001 | 11100 |
Color Harmonies of #5A4F36
Complementary color
Monochromatic Colors of #5A4F36
Black with #5A4F36
Text Example
Text Example
White with #5A4F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F36; }
p { color: rgb(90,79,54); }
H1.HeaderClassName
{
color: #5A4F36;
}
.AnyTagClassName
{
color: #5A4F36;
}
</style>
background-color css
<style>
a { background-color: #5A4F36; }
a { background-color: rgb(90,79,54); }
div.DivClassName
{
background-color: #5A4F36;
}
.BgClassName
{
background-color: #5A4F36;
}
</style>
border-color css
<style>
span { border-color: #5A4F36; }
span { border-color: rgb(90,79,54); }
td.TdClassName
{
border-color: #5A4F36;
}
.TagClassName
{
border-color: #5A4F36;
}
</style>