Shades of Costa Del Sol #5E5714
Tints of Costa Del Sol #5E5714
RGB
CMYK
RGB Variations
Color information
#5E5714 (or 0x5E5714) is known color: Costa Del Sol. HEX triplet: 5E, 57 and 14. RGB value is (94,87,20). Sum of RGB (Red+Green+Blue) = 94+87+20=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5714 is #A1A8EB. Grayscale: #515151. Windows color (decimal): -10594540 or 1333086. OLE color: 1333086.
HSL color Cylindrical-coordinate representation of color #5E5714: hue angle of 54.32º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E5714 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 87 | 20 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.63 |
| HSL | 54.32º | 0.65% | 0.22% | - |
| HSV(B) | 54.32º | 0.79% | 0.37% | - |
| XYZ | 8.15 | 9.25 | 2.02 | - |
| YUV | 81.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 20 | 0 | 0.07 | 0.79 | 0.63 | 54.32 | 0.65 | 0.22 |
| Hex | 5E | 57 | 14 | 0 | 7 | 4F | 3F | 36 | 41 | 16 |
| Octal | 136 | 127 | 24 | 0 | 7 | 117 | 77 | 66 | 101 | 26 |
| Binary | 1011110 | 1010111 | 10100 | 0 | 111 | 1001111 | 111111 | 110110 | 1000001 | 10110 |
Color Harmonies of #5E5714
Complementary color
Monochromatic Colors of #5E5714
Black with #5E5714
Text Example
Text Example
White with #5E5714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5714; }
p { color: rgb(94,87,20); }
H1.HeaderClassName
{
color: #5E5714;
}
.AnyTagClassName
{
color: #5E5714;
}
</style>
background-color css
<style>
a { background-color: #5E5714; }
a { background-color: rgb(94,87,20); }
div.DivClassName
{
background-color: #5E5714;
}
.BgClassName
{
background-color: #5E5714;
}
</style>
border-color css
<style>
span { border-color: #5E5714; }
span { border-color: rgb(94,87,20); }
td.TdClassName
{
border-color: #5E5714;
}
.TagClassName
{
border-color: #5E5714;
}
</style>