Shades of Costa Del Sol #5F5618
Tints of Costa Del Sol #5F5618
RGB
CMYK
RGB Variations
Color information
#5F5618 (or 0x5F5618) is known color: Costa Del Sol. HEX triplet: 5F, 56 and 18. RGB value is (95,86,24). Sum of RGB (Red+Green+Blue) = 95+86+24=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5618 is #A0A9E7. Grayscale: #515151. Windows color (decimal): -10529256 or 1594975. OLE color: 1594975.
HSL color Cylindrical-coordinate representation of color #5F5618: hue angle of 52.39º 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 #5F5618 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 86 | 24 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.63 |
| HSL | 52.39º | 0.6% | 0.23% | - |
| HSV(B) | 52.39º | 0.75% | 0.37% | - |
| XYZ | 8.21 | 9.15 | 2.2 | - |
| YUV | 81.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 24 | 0 | 0.09 | 0.75 | 0.63 | 52.39 | 0.6 | 0.23 |
| Hex | 5F | 56 | 18 | 0 | 9 | 4B | 3F | 34 | 3C | 17 |
| Octal | 137 | 126 | 30 | 0 | 11 | 113 | 77 | 64 | 74 | 27 |
| Binary | 1011111 | 1010110 | 11000 | 0 | 1001 | 1001011 | 111111 | 110100 | 111100 | 10111 |
Color Harmonies of #5F5618
Complementary color
Monochromatic Colors of #5F5618
Black with #5F5618
Text Example
Text Example
White with #5F5618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5618; }
p { color: rgb(95,86,24); }
H1.HeaderClassName
{
color: #5F5618;
}
.AnyTagClassName
{
color: #5F5618;
}
</style>
background-color css
<style>
a { background-color: #5F5618; }
a { background-color: rgb(95,86,24); }
div.DivClassName
{
background-color: #5F5618;
}
.BgClassName
{
background-color: #5F5618;
}
</style>
border-color css
<style>
span { border-color: #5F5618; }
span { border-color: rgb(95,86,24); }
td.TdClassName
{
border-color: #5F5618;
}
.TagClassName
{
border-color: #5F5618;
}
</style>