#595129

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

Shades of Bronze Olive #595129

Tints of Bronze Olive #595129

Color information

#595129 (or 0x595129) is unknown color: approx Bronze Olive. HEX triplet: 59, 51 and 29. RGB value is (89,81,41). Sum of RGB (Red+Green+Blue) = 89+81+41=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #595129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595129 is #A6AED6. Grayscale: #4F4F4F. Windows color (decimal): -10923735 or 2707801. OLE color: 2707801.

HSL color Cylindrical-coordinate representation of color #595129: hue angle of 50º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #595129 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB898141-
CMYK00.090.540.65
HSL50º36.92%25.49%-
HSV(B)50º53.93%34.9%-
XYZ7.468.173.28-
YUV78.83106.65135.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=42.18%
G=38.39%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89814100.090.540.655036.9225.49
Hex595129093641322519
Octal1311215101166101624531
Binary1011001101000110100101001110110100000111001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595129; }

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

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

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

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

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

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

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

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