Shades of Costa Del Sol #5E5C2F
Tints of Costa Del Sol #5E5C2F
RGB
CMYK
RGB Variations
Color information
#5E5C2F (or 0x5E5C2F) is known color: Costa Del Sol. HEX triplet: 5E, 5C and 2F. RGB value is (94,92,47). Sum of RGB (Red+Green+Blue) = 94+92+47=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5C2F is #A1A3D0. Grayscale: #575757. Windows color (decimal): -10593233 or 3103838. OLE color: 3103838.
HSL color Cylindrical-coordinate representation of color #5E5C2F: hue angle of 57.45º 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 #5E5C2F is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 92 | 47 | - |
| CMYK | 0 | 0.02 | 0.5 | 0.63 |
| HSL | 57.45º | 0.33% | 0.28% | - |
| HSV(B) | 57.45º | 0.5% | 0.37% | - |
| XYZ | 8.96 | 10.24 | 4.19 | - |
| YUV | 87.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 92 | 47 | 0 | 0.02 | 0.5 | 0.63 | 57.45 | 0.33 | 0.28 |
| Hex | 5E | 5C | 2F | 0 | 2 | 32 | 3F | 39 | 21 | 1C |
| Octal | 136 | 134 | 57 | 0 | 2 | 62 | 77 | 71 | 41 | 34 |
| Binary | 1011110 | 1011100 | 101111 | 0 | 10 | 110010 | 111111 | 111001 | 100001 | 11100 |
Color Harmonies of #5E5C2F
Complementary color
Monochromatic Colors of #5E5C2F
Black with #5E5C2F
Text Example
Text Example
White with #5E5C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5C2F; }
p { color: rgb(94,92,47); }
H1.HeaderClassName
{
color: #5E5C2F;
}
.AnyTagClassName
{
color: #5E5C2F;
}
</style>
background-color css
<style>
a { background-color: #5E5C2F; }
a { background-color: rgb(94,92,47); }
div.DivClassName
{
background-color: #5E5C2F;
}
.BgClassName
{
background-color: #5E5C2F;
}
</style>
border-color css
<style>
span { border-color: #5E5C2F; }
span { border-color: rgb(94,92,47); }
td.TdClassName
{
border-color: #5E5C2F;
}
.TagClassName
{
border-color: #5E5C2F;
}
</style>