#59521D

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

Shades of Bronze Olive #59521D

Tints of Bronze Olive #59521D

Color information

#59521D (or 0x59521D) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 1D. RGB value is (89,82,29). Sum of RGB (Red+Green+Blue) = 89+82+29=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59521D is #A6ADE2. Grayscale: #4E4E4E. Windows color (decimal): -10923491 or 1921625. OLE color: 1921625.

HSL color Cylindrical-coordinate representation of color #59521D: hue angle of 53º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #59521D is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB898229-
CMYK00.080.670.65
HSL53º50.85%23.14%-
HSV(B)53º67.42%34.9%-
XYZ7.368.252.37-
YUV78.05100.32135.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 29 (11.72% from 255) = 14.5%
R=44.5%
G=41%
B=14.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89822900.080.670.655350.8523.14
Hex59521D084341353317
Octal13112235010103101656327
Binary1011001101001011101010001000011100000111010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59521D; }

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

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

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

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

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

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

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

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