Shades of West Coast #5D5732
Tints of West Coast #5D5732
RGB
CMYK
RGB Variations
Color information
#5D5732 (or 0x5D5732) is known color: West Coast. HEX triplet: 5D, 57 and 32. RGB value is (93,87,50). Sum of RGB (Red+Green+Blue) = 93+87+50=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5732 is #A2A8CD. Grayscale: #545454. Windows color (decimal): -10660046 or 3299165. OLE color: 3299165.
HSL color Cylindrical-coordinate representation of color #5D5732: hue angle of 51.63º 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 #5D5732 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 50 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.64 |
| HSL | 51.63º | 0.3% | 0.28% | - |
| HSV(B) | 51.63º | 0.46% | 0.36% | - |
| XYZ | 8.5 | 9.37 | 4.38 | - |
| YUV | 84.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 50 | 0 | 0.06 | 0.46 | 0.64 | 51.63 | 0.3 | 0.28 |
| Hex | 5D | 57 | 32 | 0 | 6 | 2E | 40 | 34 | 1E | 1C |
| Octal | 135 | 127 | 62 | 0 | 6 | 56 | 100 | 64 | 36 | 34 |
| Binary | 1011101 | 1010111 | 110010 | 0 | 110 | 101110 | 1000000 | 110100 | 11110 | 11100 |
Color Harmonies of #5D5732
Complementary color
Monochromatic Colors of #5D5732
Black with #5D5732
Text Example
Text Example
White with #5D5732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5732; }
p { color: rgb(93,87,50); }
H1.HeaderClassName
{
color: #5D5732;
}
.AnyTagClassName
{
color: #5D5732;
}
</style>
background-color css
<style>
a { background-color: #5D5732; }
a { background-color: rgb(93,87,50); }
div.DivClassName
{
background-color: #5D5732;
}
.BgClassName
{
background-color: #5D5732;
}
</style>
border-color css
<style>
span { border-color: #5D5732; }
span { border-color: rgb(93,87,50); }
td.TdClassName
{
border-color: #5D5732;
}
.TagClassName
{
border-color: #5D5732;
}
</style>