Shades of West Coast #5E552F
Tints of West Coast #5E552F
RGB
CMYK
RGB Variations
Color information
#5E552F (or 0x5E552F) is known color: West Coast. HEX triplet: 5E, 55 and 2F. RGB value is (94,85,47). Sum of RGB (Red+Green+Blue) = 94+85+47=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E552F is #A1AAD0. Grayscale: #535353. Windows color (decimal): -10595025 or 3102046. OLE color: 3102046.
HSL color Cylindrical-coordinate representation of color #5E552F: hue angle of 48.51º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E552F is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 85 | 47 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.63 |
| HSL | 48.51º | 0.33% | 0.28% | - |
| HSV(B) | 48.51º | 0.5% | 0.37% | - |
| XYZ | 8.38 | 9.08 | 4 | - |
| YUV | 83.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 47 | 0 | 0.10 | 0.5 | 0.63 | 48.51 | 0.33 | 0.28 |
| Hex | 5E | 55 | 2F | 0 | A | 32 | 3F | 31 | 21 | 1C |
| Octal | 136 | 125 | 57 | 0 | 12 | 62 | 77 | 61 | 41 | 34 |
| Binary | 1011110 | 1010101 | 101111 | 0 | 1010 | 110010 | 111111 | 110001 | 100001 | 11100 |
Color Harmonies of #5E552F
Complementary color
Monochromatic Colors of #5E552F
Black with #5E552F
Text Example
Text Example
White with #5E552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E552F; }
p { color: rgb(94,85,47); }
H1.HeaderClassName
{
color: #5E552F;
}
.AnyTagClassName
{
color: #5E552F;
}
</style>
background-color css
<style>
a { background-color: #5E552F; }
a { background-color: rgb(94,85,47); }
div.DivClassName
{
background-color: #5E552F;
}
.BgClassName
{
background-color: #5E552F;
}
</style>
border-color css
<style>
span { border-color: #5E552F; }
span { border-color: rgb(94,85,47); }
td.TdClassName
{
border-color: #5E552F;
}
.TagClassName
{
border-color: #5E552F;
}
</style>