Shades of West Coast #5C522D
Tints of West Coast #5C522D
RGB
CMYK
RGB Variations
Color information
#5C522D (or 0x5C522D) is known color: West Coast. HEX triplet: 5C, 52 and 2D. RGB value is (92,82,45). Sum of RGB (Red+Green+Blue) = 92+82+45=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 92 - color contains mainly: red. Hex color #5C522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C522D is #A3ADD2. Grayscale: #505050. Windows color (decimal): -10726867 or 2970204. OLE color: 2970204.
HSL color Cylindrical-coordinate representation of color #5C522D: hue angle of 47.23º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C522D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 45 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.64 |
| HSL | 47.23º | 0.34% | 0.27% | - |
| HSV(B) | 47.23º | 0.51% | 0.36% | - |
| XYZ | 7.9 | 8.5 | 3.71 | - |
| YUV | 80.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 45 | 0 | 0.11 | 0.51 | 0.64 | 47.23 | 0.34 | 0.27 |
| Hex | 5C | 52 | 2D | 0 | B | 33 | 40 | 2F | 22 | 1B |
| Octal | 134 | 122 | 55 | 0 | 13 | 63 | 100 | 57 | 42 | 33 |
| Binary | 1011100 | 1010010 | 101101 | 0 | 1011 | 110011 | 1000000 | 101111 | 100010 | 11011 |
Color Harmonies of #5C522D
Complementary color
Monochromatic Colors of #5C522D
Black with #5C522D
Text Example
Text Example
White with #5C522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C522D; }
p { color: rgb(92,82,45); }
H1.HeaderClassName
{
color: #5C522D;
}
.AnyTagClassName
{
color: #5C522D;
}
</style>
background-color css
<style>
a { background-color: #5C522D; }
a { background-color: rgb(92,82,45); }
div.DivClassName
{
background-color: #5C522D;
}
.BgClassName
{
background-color: #5C522D;
}
</style>
border-color css
<style>
span { border-color: #5C522D; }
span { border-color: rgb(92,82,45); }
td.TdClassName
{
border-color: #5C522D;
}
.TagClassName
{
border-color: #5C522D;
}
</style>