Shades of Costa Del Sol #5F5712
Tints of Costa Del Sol #5F5712
RGB
CMYK
RGB Variations
Color information
#5F5712 (or 0x5F5712) is known color: Costa Del Sol. HEX triplet: 5F, 57 and 12. RGB value is (95,87,18). Sum of RGB (Red+Green+Blue) = 95+87+18=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5712 is #A0A8ED. Grayscale: #515151. Windows color (decimal): -10529006 or 1202015. OLE color: 1202015.
HSL color Cylindrical-coordinate representation of color #5F5712: hue angle of 53.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F5712 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 87 | 18 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.63 |
| HSL | 53.77º | 0.68% | 0.22% | - |
| HSV(B) | 53.77º | 0.81% | 0.37% | - |
| XYZ | 8.24 | 9.29 | 1.93 | - |
| YUV | 81.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 87 | 18 | 0 | 0.08 | 0.81 | 0.63 | 53.77 | 0.68 | 0.22 |
| Hex | 5F | 57 | 12 | 0 | 8 | 51 | 3F | 36 | 44 | 16 |
| Octal | 137 | 127 | 22 | 0 | 10 | 121 | 77 | 66 | 104 | 26 |
| Binary | 1011111 | 1010111 | 10010 | 0 | 1000 | 1010001 | 111111 | 110110 | 1000100 | 10110 |
Color Harmonies of #5F5712
Complementary color
Monochromatic Colors of #5F5712
Black with #5F5712
Text Example
Text Example
White with #5F5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5712; }
p { color: rgb(95,87,18); }
H1.HeaderClassName
{
color: #5F5712;
}
.AnyTagClassName
{
color: #5F5712;
}
</style>
background-color css
<style>
a { background-color: #5F5712; }
a { background-color: rgb(95,87,18); }
div.DivClassName
{
background-color: #5F5712;
}
.BgClassName
{
background-color: #5F5712;
}
</style>
border-color css
<style>
span { border-color: #5F5712; }
span { border-color: rgb(95,87,18); }
td.TdClassName
{
border-color: #5F5712;
}
.TagClassName
{
border-color: #5F5712;
}
</style>