Shades of West Coast #5C5035
Tints of West Coast #5C5035
RGB
CMYK
RGB Variations
Color information
#5C5035 (or 0x5C5035) is known color: West Coast. HEX triplet: 5C, 50 and 35. RGB value is (92,80,53). Sum of RGB (Red+Green+Blue) = 92+80+53=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5035 is #A3AFCA. Grayscale: #505050. Windows color (decimal): -10727371 or 3493980. OLE color: 3493980.
HSL color Cylindrical-coordinate representation of color #5C5035: hue angle of 41.54º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C5035 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 80 | 53 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.64 |
| HSL | 41.54º | 0.27% | 0.28% | - |
| HSV(B) | 41.54º | 0.42% | 0.36% | - |
| XYZ | 7.92 | 8.27 | 4.55 | - |
| YUV | 80.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 53 | 0 | 0.13 | 0.42 | 0.64 | 41.54 | 0.27 | 0.28 |
| Hex | 5C | 50 | 35 | 0 | D | 2A | 40 | 2A | 1B | 1C |
| Octal | 134 | 120 | 65 | 0 | 15 | 52 | 100 | 52 | 33 | 34 |
| Binary | 1011100 | 1010000 | 110101 | 0 | 1101 | 101010 | 1000000 | 101010 | 11011 | 11100 |
Color Harmonies of #5C5035
Complementary color
Monochromatic Colors of #5C5035
Black with #5C5035
Text Example
Text Example
White with #5C5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5035; }
p { color: rgb(92,80,53); }
H1.HeaderClassName
{
color: #5C5035;
}
.AnyTagClassName
{
color: #5C5035;
}
</style>
background-color css
<style>
a { background-color: #5C5035; }
a { background-color: rgb(92,80,53); }
div.DivClassName
{
background-color: #5C5035;
}
.BgClassName
{
background-color: #5C5035;
}
</style>
border-color css
<style>
span { border-color: #5C5035; }
span { border-color: rgb(92,80,53); }
td.TdClassName
{
border-color: #5C5035;
}
.TagClassName
{
border-color: #5C5035;
}
</style>