#595122

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

Shades of Bronze Olive #595122

Tints of Bronze Olive #595122

Color information

#595122 (or 0x595122) is unknown color: approx Bronze Olive. HEX triplet: 59, 51 and 22. RGB value is (89,81,34). Sum of RGB (Red+Green+Blue) = 89+81+34=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #595122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595122 is #A6AEDD. Grayscale: #4E4E4E. Windows color (decimal): -10923742 or 2249049. OLE color: 2249049.

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

Color convert

RGB898134-
CMYK00.090.620.65
HSL51.27º44.72%24.12%-
HSV(B)51.27º61.8%34.9%-
XYZ7.358.122.69-
YUV78.03103.15135.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=43.63%
G=39.71%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89813400.090.620.6551.2744.7224.12
Hex595122093E41332d18
Octal1311214201176101635530
Binary1011001101000110001001001111110100000111001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595122; }

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

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

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

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

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

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

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

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