Shades of West Coast #5D5336
Tints of West Coast #5D5336
RGB
CMYK
RGB Variations
Color information
#5D5336 (or 0x5D5336) is known color: West Coast. HEX triplet: 5D, 53 and 36. RGB value is (93,83,54). Sum of RGB (Red+Green+Blue) = 93+83+54=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5336 is #A2ACC9. Grayscale: #525252. Windows color (decimal): -10661066 or 3560285. OLE color: 3560285.
HSL color Cylindrical-coordinate representation of color #5D5336: hue angle of 44.62º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D5336 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 83 | 54 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.64 |
| HSL | 44.62º | 0.27% | 0.29% | - |
| HSV(B) | 44.62º | 0.42% | 0.36% | - |
| XYZ | 8.27 | 8.78 | 4.75 | - |
| YUV | 82.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 54 | 0 | 0.11 | 0.42 | 0.64 | 44.62 | 0.27 | 0.29 |
| Hex | 5D | 53 | 36 | 0 | B | 2A | 40 | 2D | 1B | 1D |
| Octal | 135 | 123 | 66 | 0 | 13 | 52 | 100 | 55 | 33 | 35 |
| Binary | 1011101 | 1010011 | 110110 | 0 | 1011 | 101010 | 1000000 | 101101 | 11011 | 11101 |
Color Harmonies of #5D5336
Complementary color
Monochromatic Colors of #5D5336
Black with #5D5336
Text Example
Text Example
White with #5D5336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5336; }
p { color: rgb(93,83,54); }
H1.HeaderClassName
{
color: #5D5336;
}
.AnyTagClassName
{
color: #5D5336;
}
</style>
background-color css
<style>
a { background-color: #5D5336; }
a { background-color: rgb(93,83,54); }
div.DivClassName
{
background-color: #5D5336;
}
.BgClassName
{
background-color: #5D5336;
}
</style>
border-color css
<style>
span { border-color: #5D5336; }
span { border-color: rgb(93,83,54); }
td.TdClassName
{
border-color: #5D5336;
}
.TagClassName
{
border-color: #5D5336;
}
</style>