#595522

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

Shades of Costa Del Sol #595522

Tints of Costa Del Sol #595522

Color information

#595522 (or 0x595522) is unknown color: approx Costa Del Sol. HEX triplet: 59, 55 and 22. RGB value is (89,85,34). Sum of RGB (Red+Green+Blue) = 89+85+34=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #595522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595522 is #A6AADD. Grayscale: #505050. Windows color (decimal): -10922718 or 2250073. OLE color: 2250073.

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

Color convert

RGB898534-
CMYK00.040.620.65
HSL55.64º44.72%24.12%-
HSV(B)55.64º61.8%34.9%-
XYZ7.668.742.8-
YUV80.38101.83134.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=42.79%
G=40.87%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89853400.040.620.6555.6444.7224.12
Hex595522043E41382d18
Octal131125420476101705530
Binary101100110101011000100100111110100000111100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595522; }

 p { color: rgb(89,85,34); }

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

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

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

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

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

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

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