#595120

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

Shades of Bronze Olive #595120

Tints of Bronze Olive #595120

Color information

#595120 (or 0x595120) is unknown color: approx Bronze Olive. HEX triplet: 59, 51 and 20. RGB value is (89,81,32). Sum of RGB (Red+Green+Blue) = 89+81+32=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #595120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595120 is #A6AEDF. Grayscale: #4E4E4E. Windows color (decimal): -10923744 or 2117977. OLE color: 2117977.

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

Color convert

RGB898132-
CMYK00.090.640.65
HSL51.58º47.11%23.73%-
HSV(B)51.58º64.04%34.9%-
XYZ7.328.112.55-
YUV77.81102.15135.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=44.06%
G=40.10%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89813200.090.640.6551.5847.1123.73
Hex595120094041342f18
Octal13112140011100101645730
Binary10110011010001100000010011000000100000111010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595120; }

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

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

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

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

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

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

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

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