Shades of West Coast #5C522F
Tints of West Coast #5C522F
RGB
CMYK
RGB Variations
Color information
#5C522F (or 0x5C522F) is known color: West Coast. HEX triplet: 5C, 52 and 2F. RGB value is (92,82,47). Sum of RGB (Red+Green+Blue) = 92+82+47=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 92 - color contains mainly: red. Hex color #5C522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C522F is #A3ADD0. Grayscale: #515151. Windows color (decimal): -10726865 or 3101276. OLE color: 3101276.
HSL color Cylindrical-coordinate representation of color #5C522F: hue angle of 46.67º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C522F is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 47 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.64 |
| HSL | 46.67º | 0.32% | 0.27% | - |
| HSV(B) | 46.67º | 0.49% | 0.36% | - |
| XYZ | 7.94 | 8.52 | 3.91 | - |
| YUV | 81 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 47 | 0 | 0.11 | 0.49 | 0.64 | 46.67 | 0.32 | 0.27 |
| Hex | 5C | 52 | 2F | 0 | B | 31 | 40 | 2F | 20 | 1B |
| Octal | 134 | 122 | 57 | 0 | 13 | 61 | 100 | 57 | 40 | 33 |
| Binary | 1011100 | 1010010 | 101111 | 0 | 1011 | 110001 | 1000000 | 101111 | 100000 | 11011 |
Color Harmonies of #5C522F
Complementary color
Monochromatic Colors of #5C522F
Black with #5C522F
Text Example
Text Example
White with #5C522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C522F; }
p { color: rgb(92,82,47); }
H1.HeaderClassName
{
color: #5C522F;
}
.AnyTagClassName
{
color: #5C522F;
}
</style>
background-color css
<style>
a { background-color: #5C522F; }
a { background-color: rgb(92,82,47); }
div.DivClassName
{
background-color: #5C522F;
}
.BgClassName
{
background-color: #5C522F;
}
</style>
border-color css
<style>
span { border-color: #5C522F; }
span { border-color: rgb(92,82,47); }
td.TdClassName
{
border-color: #5C522F;
}
.TagClassName
{
border-color: #5C522F;
}
</style>