Shades of West Coast #5C5339
Tints of West Coast #5C5339
RGB
CMYK
RGB Variations
Color information
#5C5339 (or 0x5C5339) is known color: West Coast. HEX triplet: 5C, 53 and 39. RGB value is (92,83,57). Sum of RGB (Red+Green+Blue) = 92+83+57=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5339 is #A3ACC6. Grayscale: #525252. Windows color (decimal): -10726599 or 3756892. OLE color: 3756892.
HSL color Cylindrical-coordinate representation of color #5C5339: hue angle of 44.57º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C5339 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 83 | 57 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.64 |
| HSL | 44.57º | 0.23% | 0.29% | - |
| HSV(B) | 44.57º | 0.38% | 0.36% | - |
| XYZ | 8.25 | 8.76 | 5.13 | - |
| YUV | 82.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 57 | 0 | 0.10 | 0.38 | 0.64 | 44.57 | 0.23 | 0.29 |
| Hex | 5C | 53 | 39 | 0 | A | 26 | 40 | 2D | 17 | 1D |
| Octal | 134 | 123 | 71 | 0 | 12 | 46 | 100 | 55 | 27 | 35 |
| Binary | 1011100 | 1010011 | 111001 | 0 | 1010 | 100110 | 1000000 | 101101 | 10111 | 11101 |
Color Harmonies of #5C5339
Complementary color
Monochromatic Colors of #5C5339
Black with #5C5339
Text Example
Text Example
White with #5C5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5339; }
p { color: rgb(92,83,57); }
H1.HeaderClassName
{
color: #5C5339;
}
.AnyTagClassName
{
color: #5C5339;
}
</style>
background-color css
<style>
a { background-color: #5C5339; }
a { background-color: rgb(92,83,57); }
div.DivClassName
{
background-color: #5C5339;
}
.BgClassName
{
background-color: #5C5339;
}
</style>
border-color css
<style>
span { border-color: #5C5339; }
span { border-color: rgb(92,83,57); }
td.TdClassName
{
border-color: #5C5339;
}
.TagClassName
{
border-color: #5C5339;
}
</style>