Shades of West Coast #5C5037
Tints of West Coast #5C5037
RGB
CMYK
RGB Variations
Color information
#5C5037 (or 0x5C5037) is known color: West Coast. HEX triplet: 5C, 50 and 37. RGB value is (92,80,55). Sum of RGB (Red+Green+Blue) = 92+80+55=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5037 is #A3AFC8. Grayscale: #505050. Windows color (decimal): -10727369 or 3625052. OLE color: 3625052.
HSL color Cylindrical-coordinate representation of color #5C5037: hue angle of 40.54º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C5037 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 80 | 55 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.64 |
| HSL | 40.54º | 0.25% | 0.29% | - |
| HSV(B) | 40.54º | 0.4% | 0.36% | - |
| XYZ | 7.97 | 8.29 | 4.79 | - |
| YUV | 80.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 55 | 0 | 0.13 | 0.40 | 0.64 | 40.54 | 0.25 | 0.29 |
| Hex | 5C | 50 | 37 | 0 | D | 28 | 40 | 29 | 19 | 1D |
| Octal | 134 | 120 | 67 | 0 | 15 | 50 | 100 | 51 | 31 | 35 |
| Binary | 1011100 | 1010000 | 110111 | 0 | 1101 | 101000 | 1000000 | 101001 | 11001 | 11101 |
Color Harmonies of #5C5037
Complementary color
Monochromatic Colors of #5C5037
Black with #5C5037
Text Example
Text Example
White with #5C5037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5037; }
p { color: rgb(92,80,55); }
H1.HeaderClassName
{
color: #5C5037;
}
.AnyTagClassName
{
color: #5C5037;
}
</style>
background-color css
<style>
a { background-color: #5C5037; }
a { background-color: rgb(92,80,55); }
div.DivClassName
{
background-color: #5C5037;
}
.BgClassName
{
background-color: #5C5037;
}
</style>
border-color css
<style>
span { border-color: #5C5037; }
span { border-color: rgb(92,80,55); }
td.TdClassName
{
border-color: #5C5037;
}
.TagClassName
{
border-color: #5C5037;
}
</style>