#595920

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

Shades of Costa Del Sol #595920

Tints of Costa Del Sol #595920

Color information

#595920 (or 0x595920) is unknown color: approx Costa Del Sol. HEX triplet: 59, 59 and 20. RGB value is (89,89,32). Sum of RGB (Red+Green+Blue) = 89+89+32=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595920 is #A6A6DF. Grayscale: #525252. Windows color (decimal): -10921696 or 2120025. OLE color: 2120025.

HSL color Cylindrical-coordinate representation of color #595920: hue angle of 60º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595920 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB898932-
CMYK000.640.65
HSL60º47.11%23.73%-
HSV(B)60º64.04%34.9%-
XYZ7.959.372.76-
YUV82.599.5132.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=42.38%
G=42.38%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898932000.640.656047.1123.73
Hex5959200040413c2f18
Octal1311314000100101745730
Binary10110011011001100000001000000100000111110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595920; }

 p { color: rgb(89,89,32); }

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

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

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

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

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

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

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