Shades of West Coast #5C502E
Tints of West Coast #5C502E
RGB
CMYK
RGB Variations
Color information
#5C502E (or 0x5C502E) is known color: West Coast. HEX triplet: 5C, 50 and 2E. RGB value is (92,80,46). Sum of RGB (Red+Green+Blue) = 92+80+46=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 92 - color contains mainly: red. Hex color #5C502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C502E is #A3AFD1. Grayscale: #4F4F4F. Windows color (decimal): -10727378 or 3035228. OLE color: 3035228.
HSL color Cylindrical-coordinate representation of color #5C502E: hue angle of 44.35º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C502E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 80 | 46 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.64 |
| HSL | 44.35º | 0.33% | 0.27% | - |
| HSV(B) | 44.35º | 0.5% | 0.36% | - |
| XYZ | 7.78 | 8.21 | 3.76 | - |
| YUV | 79.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 46 | 0 | 0.13 | 0.50 | 0.64 | 44.35 | 0.33 | 0.27 |
| Hex | 5C | 50 | 2E | 0 | D | 32 | 40 | 2C | 21 | 1B |
| Octal | 134 | 120 | 56 | 0 | 15 | 62 | 100 | 54 | 41 | 33 |
| Binary | 1011100 | 1010000 | 101110 | 0 | 1101 | 110010 | 1000000 | 101100 | 100001 | 11011 |
Color Harmonies of #5C502E
Complementary color
Monochromatic Colors of #5C502E
Black with #5C502E
Text Example
Text Example
White with #5C502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C502E; }
p { color: rgb(92,80,46); }
H1.HeaderClassName
{
color: #5C502E;
}
.AnyTagClassName
{
color: #5C502E;
}
</style>
background-color css
<style>
a { background-color: #5C502E; }
a { background-color: rgb(92,80,46); }
div.DivClassName
{
background-color: #5C502E;
}
.BgClassName
{
background-color: #5C502E;
}
</style>
border-color css
<style>
span { border-color: #5C502E; }
span { border-color: rgb(92,80,46); }
td.TdClassName
{
border-color: #5C502E;
}
.TagClassName
{
border-color: #5C502E;
}
</style>