Shades of West Coast #5D5233
Tints of West Coast #5D5233
RGB
CMYK
RGB Variations
Color information
#5D5233 (or 0x5D5233) is known color: West Coast. HEX triplet: 5D, 52 and 33. RGB value is (93,82,51). Sum of RGB (Red+Green+Blue) = 93+82+51=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5233 is #A2ADCC. Grayscale: #515151. Windows color (decimal): -10661325 or 3363421. OLE color: 3363421.
HSL color Cylindrical-coordinate representation of color #5D5233: hue angle of 44.29º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D5233 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 82 | 51 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.64 |
| HSL | 44.29º | 0.29% | 0.28% | - |
| HSV(B) | 44.29º | 0.45% | 0.36% | - |
| XYZ | 8.13 | 8.6 | 4.36 | - |
| YUV | 81.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 51 | 0 | 0.12 | 0.45 | 0.64 | 44.29 | 0.29 | 0.28 |
| Hex | 5D | 52 | 33 | 0 | C | 2D | 40 | 2C | 1D | 1C |
| Octal | 135 | 122 | 63 | 0 | 14 | 55 | 100 | 54 | 35 | 34 |
| Binary | 1011101 | 1010010 | 110011 | 0 | 1100 | 101101 | 1000000 | 101100 | 11101 | 11100 |
Color Harmonies of #5D5233
Complementary color
Monochromatic Colors of #5D5233
Black with #5D5233
Text Example
Text Example
White with #5D5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5233; }
p { color: rgb(93,82,51); }
H1.HeaderClassName
{
color: #5D5233;
}
.AnyTagClassName
{
color: #5D5233;
}
</style>
background-color css
<style>
a { background-color: #5D5233; }
a { background-color: rgb(93,82,51); }
div.DivClassName
{
background-color: #5D5233;
}
.BgClassName
{
background-color: #5D5233;
}
</style>
border-color css
<style>
span { border-color: #5D5233; }
span { border-color: rgb(93,82,51); }
td.TdClassName
{
border-color: #5D5233;
}
.TagClassName
{
border-color: #5D5233;
}
</style>