Shades of West Coast #5C512B
Tints of West Coast #5C512B
RGB
CMYK
RGB Variations
Color information
#5C512B (or 0x5C512B) is known color: West Coast. HEX triplet: 5C, 51 and 2B. RGB value is (92,81,43). Sum of RGB (Red+Green+Blue) = 92+81+43=216 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.59% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 92 - color contains mainly: red. Hex color #5C512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C512B is #A3AED4. Grayscale: #505050. Windows color (decimal): -10727125 or 2838876. OLE color: 2838876.
HSL color Cylindrical-coordinate representation of color #5C512B: hue angle of 46.53º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C512B is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 43 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.64 |
| HSL | 46.53º | 0.36% | 0.26% | - |
| HSV(B) | 46.53º | 0.53% | 0.36% | - |
| XYZ | 7.79 | 8.33 | 3.48 | - |
| YUV | 79.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 43 | 0 | 0.12 | 0.53 | 0.64 | 46.53 | 0.36 | 0.26 |
| Hex | 5C | 51 | 2B | 0 | C | 35 | 40 | 2F | 24 | 1A |
| Octal | 134 | 121 | 53 | 0 | 14 | 65 | 100 | 57 | 44 | 32 |
| Binary | 1011100 | 1010001 | 101011 | 0 | 1100 | 110101 | 1000000 | 101111 | 100100 | 11010 |
Color Harmonies of #5C512B
Complementary color
Monochromatic Colors of #5C512B
Black with #5C512B
Text Example
Text Example
White with #5C512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C512B; }
p { color: rgb(92,81,43); }
H1.HeaderClassName
{
color: #5C512B;
}
.AnyTagClassName
{
color: #5C512B;
}
</style>
background-color css
<style>
a { background-color: #5C512B; }
a { background-color: rgb(92,81,43); }
div.DivClassName
{
background-color: #5C512B;
}
.BgClassName
{
background-color: #5C512B;
}
</style>
border-color css
<style>
span { border-color: #5C512B; }
span { border-color: rgb(92,81,43); }
td.TdClassName
{
border-color: #5C512B;
}
.TagClassName
{
border-color: #5C512B;
}
</style>