Shades of West Coast #5D4C2F
Tints of West Coast #5D4C2F
RGB
CMYK
RGB Variations
Color information
#5D4C2F (or 0x5D4C2F) is known color: West Coast. HEX triplet: 5D, 4C and 2F. RGB value is (93,76,47). Sum of RGB (Red+Green+Blue) = 93+76+47=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4C2F is #A2B3D0. Grayscale: #4D4D4D. Windows color (decimal): -10662865 or 3099741. OLE color: 3099741.
HSL color Cylindrical-coordinate representation of color #5D4C2F: hue angle of 37.83º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D4C2F is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 76 | 47 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.64 |
| HSL | 37.83º | 0.33% | 0.27% | - |
| HSV(B) | 37.83º | 0.49% | 0.36% | - |
| XYZ | 7.61 | 7.7 | 3.77 | - |
| YUV | 77.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 47 | 0 | 0.18 | 0.49 | 0.64 | 37.83 | 0.33 | 0.27 |
| Hex | 5D | 4C | 2F | 0 | 12 | 31 | 40 | 26 | 21 | 1B |
| Octal | 135 | 114 | 57 | 0 | 22 | 61 | 100 | 46 | 41 | 33 |
| Binary | 1011101 | 1001100 | 101111 | 0 | 10010 | 110001 | 1000000 | 100110 | 100001 | 11011 |
Color Harmonies of #5D4C2F
Complementary color
Monochromatic Colors of #5D4C2F
Black with #5D4C2F
Text Example
Text Example
White with #5D4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4C2F; }
p { color: rgb(93,76,47); }
H1.HeaderClassName
{
color: #5D4C2F;
}
.AnyTagClassName
{
color: #5D4C2F;
}
</style>
background-color css
<style>
a { background-color: #5D4C2F; }
a { background-color: rgb(93,76,47); }
div.DivClassName
{
background-color: #5D4C2F;
}
.BgClassName
{
background-color: #5D4C2F;
}
</style>
border-color css
<style>
span { border-color: #5D4C2F; }
span { border-color: rgb(93,76,47); }
td.TdClassName
{
border-color: #5D4C2F;
}
.TagClassName
{
border-color: #5D4C2F;
}
</style>