Shades of West Coast #5D5329
Tints of West Coast #5D5329
RGB
CMYK
RGB Variations
Color information
#5D5329 (or 0x5D5329) is known color: West Coast. HEX triplet: 5D, 53 and 29. RGB value is (93,83,41). Sum of RGB (Red+Green+Blue) = 93+83+41=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5329 is #A2ACD6. Grayscale: #515151. Windows color (decimal): -10661079 or 2708317. OLE color: 2708317.
HSL color Cylindrical-coordinate representation of color #5D5329: hue angle of 48.46º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D5329 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 83 | 41 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.64 |
| HSL | 48.46º | 0.39% | 0.26% | - |
| HSV(B) | 48.46º | 0.56% | 0.36% | - |
| XYZ | 8.01 | 8.67 | 3.35 | - |
| YUV | 81.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 41 | 0 | 0.11 | 0.56 | 0.64 | 48.46 | 0.39 | 0.26 |
| Hex | 5D | 53 | 29 | 0 | B | 38 | 40 | 30 | 27 | 1A |
| Octal | 135 | 123 | 51 | 0 | 13 | 70 | 100 | 60 | 47 | 32 |
| Binary | 1011101 | 1010011 | 101001 | 0 | 1011 | 111000 | 1000000 | 110000 | 100111 | 11010 |
Color Harmonies of #5D5329
Complementary color
Monochromatic Colors of #5D5329
Black with #5D5329
Text Example
Text Example
White with #5D5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5329; }
p { color: rgb(93,83,41); }
H1.HeaderClassName
{
color: #5D5329;
}
.AnyTagClassName
{
color: #5D5329;
}
</style>
background-color css
<style>
a { background-color: #5D5329; }
a { background-color: rgb(93,83,41); }
div.DivClassName
{
background-color: #5D5329;
}
.BgClassName
{
background-color: #5D5329;
}
</style>
border-color css
<style>
span { border-color: #5D5329; }
span { border-color: rgb(93,83,41); }
td.TdClassName
{
border-color: #5D5329;
}
.TagClassName
{
border-color: #5D5329;
}
</style>