#5E5820

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

Shades of Costa Del Sol #5E5820

Tints of Costa Del Sol #5E5820

Color information

#5E5820 (or 0x5E5820) is unknown color: approx Costa Del Sol. HEX triplet: 5E, 58 and 20. RGB value is (94,88,32). Sum of RGB (Red+Green+Blue) = 94+88+32=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5820 is #A1A7DF. Grayscale: #535353. Windows color (decimal): -10594272 or 2119774. OLE color: 2119774.

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

Color convert

RGB948832-
CMYK00.060.660.63
HSL54.19º49.21%24.71%-
HSV(B)54.19º65.96%36.86%-
XYZ8.379.462.75-
YUV83.4198.99135.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.93%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=43.93%
G=41.12%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94883200.060.660.6354.1949.2124.71
Hex5E582006423F363119
Octal136130400610277666131
Binary101111010110001000000110100001011111111011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,88,32); }

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

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

 a { background-color: rgb(94,88,32); }

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

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

 span { border-color: rgb(94,88,32); }

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