#5D5620

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

Shades of Costa Del Sol #5D5620

Tints of Costa Del Sol #5D5620

Color information

#5D5620 (or 0x5D5620) is unknown color: approx Costa Del Sol. HEX triplet: 5D, 56 and 20. RGB value is (93,86,32). Sum of RGB (Red+Green+Blue) = 93+86+32=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5620 is #A2A9DF. Grayscale: #525252. Windows color (decimal): -10660320 or 2119261. OLE color: 2119261.

HSL color Cylindrical-coordinate representation of color #5D5620: hue angle of 53.11º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D5620 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB938632-
CMYK00.080.660.64
HSL53.11º48.8%24.51%-
HSV(B)53.11º65.59%36.47%-
XYZ8.19.092.69-
YUV81.9499.82135.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.08%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=44.08%
G=40.76%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93863200.080.660.6453.1148.824.51
Hex5D5620084240353119
Octal13512640010102100656131
Binary10111011010110100000010001000010100000011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,86,32); }

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

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

 a { background-color: rgb(93,86,32); }

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

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

 span { border-color: rgb(93,86,32); }

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