#595223

Color #595223 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #595223

Tints of Bronze Olive #595223

Color information

#595223 (or 0x595223) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 23. RGB value is (89,82,35). Sum of RGB (Red+Green+Blue) = 89+82+35=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #595223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595223 is #A6ADDC. Grayscale: #4E4E4E. Windows color (decimal): -10923485 or 2314841. OLE color: 2314841.

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

Color convert

RGB898235-
CMYK00.080.610.65
HSL52.22º43.55%24.31%-
HSV(B)52.22º60.67%34.9%-
XYZ7.448.282.8-
YUV78.74103.32135.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 35 (14.06% from 255) = 16.99%
R=43.20%
G=39.81%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89823500.080.610.6552.2243.5524.31
Hex595223083D41342c18
Octal1311224301075101645430
Binary1011001101001010001101000111101100000111010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595223; }

 p { color: rgb(89,82,35); }

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

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

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

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

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

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

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