Shades of West Coast #5D4D2F
Tints of West Coast #5D4D2F
RGB
CMYK
RGB Variations
Color information
#5D4D2F (or 0x5D4D2F) is known color: West Coast. HEX triplet: 5D, 4D and 2F. RGB value is (93,77,47). Sum of RGB (Red+Green+Blue) = 93+77+47=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D4D2F is #A2B2D0. Grayscale: #4E4E4E. Windows color (decimal): -10662609 or 3099997. OLE color: 3099997.
HSL color Cylindrical-coordinate representation of color #5D4D2F: hue angle of 39.13º 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 #5D4D2F is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 77 | 47 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.64 |
| HSL | 39.13º | 0.33% | 0.27% | - |
| HSV(B) | 39.13º | 0.49% | 0.36% | - |
| XYZ | 7.68 | 7.84 | 3.8 | - |
| YUV | 78.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 47 | 0 | 0.17 | 0.49 | 0.64 | 39.13 | 0.33 | 0.27 |
| Hex | 5D | 4D | 2F | 0 | 11 | 31 | 40 | 27 | 21 | 1B |
| Octal | 135 | 115 | 57 | 0 | 21 | 61 | 100 | 47 | 41 | 33 |
| Binary | 1011101 | 1001101 | 101111 | 0 | 10001 | 110001 | 1000000 | 100111 | 100001 | 11011 |
Color Harmonies of #5D4D2F
Complementary color
Monochromatic Colors of #5D4D2F
Black with #5D4D2F
Text Example
Text Example
White with #5D4D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4D2F; }
p { color: rgb(93,77,47); }
H1.HeaderClassName
{
color: #5D4D2F;
}
.AnyTagClassName
{
color: #5D4D2F;
}
</style>
background-color css
<style>
a { background-color: #5D4D2F; }
a { background-color: rgb(93,77,47); }
div.DivClassName
{
background-color: #5D4D2F;
}
.BgClassName
{
background-color: #5D4D2F;
}
</style>
border-color css
<style>
span { border-color: #5D4D2F; }
span { border-color: rgb(93,77,47); }
td.TdClassName
{
border-color: #5D4D2F;
}
.TagClassName
{
border-color: #5D4D2F;
}
</style>