#5D5712

Color #5D5712 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #5D5712

Tints of Costa Del Sol #5D5712

Color information

#5D5712 (or 0x5D5712) is unknown color: approx Costa Del Sol. HEX triplet: 5D, 57 and 12. RGB value is (93,87,18). Sum of RGB (Red+Green+Blue) = 93+87+18=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5712 is #A2A8ED. Grayscale: #515151. Windows color (decimal): -10660078 or 1202013. OLE color: 1202013.

HSL color Cylindrical-coordinate representation of color #5D5712: hue angle of 55.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D5712 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB938718-
CMYK00.060.810.64
HSL55.2º67.57%21.76%-
HSV(B)55.2º80.65%36.47%-
XYZ8.039.191.92-
YUV80.9392.49136.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 46.97%
GREEN value IS 87 (34.38% from 255) = 43.94%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=46.97%
G=43.94%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93871800.060.810.6455.267.5721.76
Hex5D5712065140374416
Octal13512722061211006710426
Binary1011101101011110010011010100011000000110111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D5712; }

 p { color: rgb(93,87,18); }

 H1.HeaderClassName
 {
   color: #5D5712;
 }
 .AnyTagClassName
 {
   color: #5D5712;
 }
</style>
background-color css

<style>
 a { background-color: #5D5712; }

 a { background-color: rgb(93,87,18); }

 div.DivClassName
 {
   background-color: #5D5712;
 }
 .BgClassName
 {
   background-color: #5D5712;
 }
</style>
border-color css

<style>
 span { border-color: #5D5712; }

 span { border-color: rgb(93,87,18); }

 td.TdClassName
 {
   border-color: #5D5712;
 }
 .TagClassName
 {
   border-color: #5D5712;
 }
</style>