Shades of West Coast #5D4D33
Tints of West Coast #5D4D33
RGB
CMYK
RGB Variations
Color information
#5D4D33 (or 0x5D4D33) is known color: West Coast. HEX triplet: 5D, 4D and 33. RGB value is (93,77,51). Sum of RGB (Red+Green+Blue) = 93+77+51=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D4D33 is #A2B2CC. Grayscale: #4E4E4E. Windows color (decimal): -10662605 or 3362141. OLE color: 3362141.
HSL color Cylindrical-coordinate representation of color #5D4D33: hue angle of 37.14º 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 #5D4D33 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 77 | 51 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.64 |
| HSL | 37.14º | 0.29% | 0.28% | - |
| HSV(B) | 37.14º | 0.45% | 0.36% | - |
| XYZ | 7.77 | 7.87 | 4.24 | - |
| YUV | 78.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 51 | 0 | 0.17 | 0.45 | 0.64 | 37.14 | 0.29 | 0.28 |
| Hex | 5D | 4D | 33 | 0 | 11 | 2D | 40 | 25 | 1D | 1C |
| Octal | 135 | 115 | 63 | 0 | 21 | 55 | 100 | 45 | 35 | 34 |
| Binary | 1011101 | 1001101 | 110011 | 0 | 10001 | 101101 | 1000000 | 100101 | 11101 | 11100 |
Color Harmonies of #5D4D33
Complementary color
Monochromatic Colors of #5D4D33
Black with #5D4D33
Text Example
Text Example
White with #5D4D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4D33; }
p { color: rgb(93,77,51); }
H1.HeaderClassName
{
color: #5D4D33;
}
.AnyTagClassName
{
color: #5D4D33;
}
</style>
background-color css
<style>
a { background-color: #5D4D33; }
a { background-color: rgb(93,77,51); }
div.DivClassName
{
background-color: #5D4D33;
}
.BgClassName
{
background-color: #5D4D33;
}
</style>
border-color css
<style>
span { border-color: #5D4D33; }
span { border-color: rgb(93,77,51); }
td.TdClassName
{
border-color: #5D4D33;
}
.TagClassName
{
border-color: #5D4D33;
}
</style>