Shades of West Coast #5D5232
Tints of West Coast #5D5232
RGB
CMYK
RGB Variations
Color information
#5D5232 (or 0x5D5232) is known color: West Coast. HEX triplet: 5D, 52 and 32. RGB value is (93,82,50). Sum of RGB (Red+Green+Blue) = 93+82+50=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5232 is #A2ADCD. Grayscale: #515151. Windows color (decimal): -10661326 or 3297885. OLE color: 3297885.
HSL color Cylindrical-coordinate representation of color #5D5232: hue angle of 44.65º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D5232 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 82 | 50 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.64 |
| HSL | 44.65º | 0.3% | 0.28% | - |
| HSV(B) | 44.65º | 0.46% | 0.36% | - |
| XYZ | 8.11 | 8.59 | 4.25 | - |
| YUV | 81.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 50 | 0 | 0.12 | 0.46 | 0.64 | 44.65 | 0.3 | 0.28 |
| Hex | 5D | 52 | 32 | 0 | C | 2E | 40 | 2D | 1E | 1C |
| Octal | 135 | 122 | 62 | 0 | 14 | 56 | 100 | 55 | 36 | 34 |
| Binary | 1011101 | 1010010 | 110010 | 0 | 1100 | 101110 | 1000000 | 101101 | 11110 | 11100 |
Color Harmonies of #5D5232
Complementary color
Monochromatic Colors of #5D5232
Black with #5D5232
Text Example
Text Example
White with #5D5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5232; }
p { color: rgb(93,82,50); }
H1.HeaderClassName
{
color: #5D5232;
}
.AnyTagClassName
{
color: #5D5232;
}
</style>
background-color css
<style>
a { background-color: #5D5232; }
a { background-color: rgb(93,82,50); }
div.DivClassName
{
background-color: #5D5232;
}
.BgClassName
{
background-color: #5D5232;
}
</style>
border-color css
<style>
span { border-color: #5D5232; }
span { border-color: rgb(93,82,50); }
td.TdClassName
{
border-color: #5D5232;
}
.TagClassName
{
border-color: #5D5232;
}
</style>