Shades of West Coast #5C5135
Tints of West Coast #5C5135
RGB
CMYK
RGB Variations
Color information
#5C5135 (or 0x5C5135) is known color: West Coast. HEX triplet: 5C, 51 and 35. RGB value is (92,81,53). Sum of RGB (Red+Green+Blue) = 92+81+53=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5135 is #A3AECA. Grayscale: #515151. Windows color (decimal): -10727115 or 3494236. OLE color: 3494236.
HSL color Cylindrical-coordinate representation of color #5C5135: hue angle of 43.08º 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 #5C5135 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 53 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.64 |
| HSL | 43.08º | 0.27% | 0.28% | - |
| HSV(B) | 43.08º | 0.42% | 0.36% | - |
| XYZ | 8 | 8.42 | 4.57 | - |
| YUV | 81.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 53 | 0 | 0.12 | 0.42 | 0.64 | 43.08 | 0.27 | 0.28 |
| Hex | 5C | 51 | 35 | 0 | C | 2A | 40 | 2B | 1B | 1C |
| Octal | 134 | 121 | 65 | 0 | 14 | 52 | 100 | 53 | 33 | 34 |
| Binary | 1011100 | 1010001 | 110101 | 0 | 1100 | 101010 | 1000000 | 101011 | 11011 | 11100 |
Color Harmonies of #5C5135
Complementary color
Monochromatic Colors of #5C5135
Black with #5C5135
Text Example
Text Example
White with #5C5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5135; }
p { color: rgb(92,81,53); }
H1.HeaderClassName
{
color: #5C5135;
}
.AnyTagClassName
{
color: #5C5135;
}
</style>
background-color css
<style>
a { background-color: #5C5135; }
a { background-color: rgb(92,81,53); }
div.DivClassName
{
background-color: #5C5135;
}
.BgClassName
{
background-color: #5C5135;
}
</style>
border-color css
<style>
span { border-color: #5C5135; }
span { border-color: rgb(92,81,53); }
td.TdClassName
{
border-color: #5C5135;
}
.TagClassName
{
border-color: #5C5135;
}
</style>