#595222

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

Shades of Bronze Olive #595222

Tints of Bronze Olive #595222

Color information

#595222 (or 0x595222) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 22. RGB value is (89,82,34). Sum of RGB (Red+Green+Blue) = 89+82+34=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #595222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595222 is #A6ADDD. Grayscale: #4E4E4E. Windows color (decimal): -10923486 or 2249305. OLE color: 2249305.

HSL color Cylindrical-coordinate representation of color #595222: hue angle of 52.36º 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 #595222 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB898234-
CMYK00.080.620.65
HSL52.36º44.72%24.12%-
HSV(B)52.36º61.8%34.9%-
XYZ7.438.272.72-
YUV78.62102.82135.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=43.41%
G=40%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89823400.080.620.6552.3644.7224.12
Hex595222083E41342d18
Octal1311224201076101645530
Binary1011001101001010001001000111110100000111010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595222; }

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

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

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

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

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

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

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

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