#595512

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

Shades of Bronze Olive #595512

Tints of Bronze Olive #595512

Color information

#595512 (or 0x595512) is unknown color: approx Bronze Olive. HEX triplet: 59, 55 and 12. RGB value is (89,85,18). Sum of RGB (Red+Green+Blue) = 89+85+18=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #595512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595512 is #A6AAED. Grayscale: #4E4E4E. Windows color (decimal): -10922734 or 1201497. OLE color: 1201497.

HSL color Cylindrical-coordinate representation of color #595512: hue angle of 56.62º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #595512 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB898518-
CMYK00.040.800.65
HSL56.62º66.36%20.98%-
HSV(B)56.62º79.78%34.9%-
XYZ7.488.661.85-
YUV78.5693.83135.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=46.35%
G=44.27%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89851800.040.800.6556.6266.3620.98
Hex595512045041394215
Octal13112522041201017110225
Binary1011001101010110010010010100001000001111001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595512; }

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

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

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

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

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

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

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

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