Shades of West Coast #5C5137
Tints of West Coast #5C5137
RGB
CMYK
RGB Variations
Color information
#5C5137 (or 0x5C5137) is known color: West Coast. HEX triplet: 5C, 51 and 37. RGB value is (92,81,55). Sum of RGB (Red+Green+Blue) = 92+81+55=228 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.35% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5137 is #A3AEC8. Grayscale: #515151. Windows color (decimal): -10727113 or 3625308. OLE color: 3625308.
HSL color Cylindrical-coordinate representation of color #5C5137: hue angle of 42.16º 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 #5C5137 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 55 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.64 |
| HSL | 42.16º | 0.25% | 0.29% | - |
| HSV(B) | 42.16º | 0.4% | 0.36% | - |
| XYZ | 8.05 | 8.44 | 4.82 | - |
| YUV | 81.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 55 | 0 | 0.12 | 0.40 | 0.64 | 42.16 | 0.25 | 0.29 |
| Hex | 5C | 51 | 37 | 0 | C | 28 | 40 | 2A | 19 | 1D |
| Octal | 134 | 121 | 67 | 0 | 14 | 50 | 100 | 52 | 31 | 35 |
| Binary | 1011100 | 1010001 | 110111 | 0 | 1100 | 101000 | 1000000 | 101010 | 11001 | 11101 |
Color Harmonies of #5C5137
Complementary color
Monochromatic Colors of #5C5137
Black with #5C5137
Text Example
Text Example
White with #5C5137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5137; }
p { color: rgb(92,81,55); }
H1.HeaderClassName
{
color: #5C5137;
}
.AnyTagClassName
{
color: #5C5137;
}
</style>
background-color css
<style>
a { background-color: #5C5137; }
a { background-color: rgb(92,81,55); }
div.DivClassName
{
background-color: #5C5137;
}
.BgClassName
{
background-color: #5C5137;
}
</style>
border-color css
<style>
span { border-color: #5C5137; }
span { border-color: rgb(92,81,55); }
td.TdClassName
{
border-color: #5C5137;
}
.TagClassName
{
border-color: #5C5137;
}
</style>