Shades of Costa Del Sol #5F5818
Tints of Costa Del Sol #5F5818
RGB
CMYK
RGB Variations
Color information
#5F5818 (or 0x5F5818) is known color: Costa Del Sol. HEX triplet: 5F, 58 and 18. RGB value is (95,88,24). Sum of RGB (Red+Green+Blue) = 95+88+24=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5818 is #A0A7E7. Grayscale: #535353. Windows color (decimal): -10528744 or 1595487. OLE color: 1595487.
HSL color Cylindrical-coordinate representation of color #5F5818: hue angle of 54.08º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F5818 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 88 | 24 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.63 |
| HSL | 54.08º | 0.6% | 0.23% | - |
| HSV(B) | 54.08º | 0.75% | 0.37% | - |
| XYZ | 8.37 | 9.48 | 2.25 | - |
| YUV | 82.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 24 | 0 | 0.07 | 0.75 | 0.63 | 54.08 | 0.6 | 0.23 |
| Hex | 5F | 58 | 18 | 0 | 7 | 4B | 3F | 36 | 3C | 17 |
| Octal | 137 | 130 | 30 | 0 | 7 | 113 | 77 | 66 | 74 | 27 |
| Binary | 1011111 | 1011000 | 11000 | 0 | 111 | 1001011 | 111111 | 110110 | 111100 | 10111 |
Color Harmonies of #5F5818
Complementary color
Monochromatic Colors of #5F5818
Black with #5F5818
Text Example
Text Example
White with #5F5818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5818; }
p { color: rgb(95,88,24); }
H1.HeaderClassName
{
color: #5F5818;
}
.AnyTagClassName
{
color: #5F5818;
}
</style>
background-color css
<style>
a { background-color: #5F5818; }
a { background-color: rgb(95,88,24); }
div.DivClassName
{
background-color: #5F5818;
}
.BgClassName
{
background-color: #5F5818;
}
</style>
border-color css
<style>
span { border-color: #5F5818; }
span { border-color: rgb(95,88,24); }
td.TdClassName
{
border-color: #5F5818;
}
.TagClassName
{
border-color: #5F5818;
}
</style>