#59521B

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

Shades of Bronze Olive #59521B

Tints of Bronze Olive #59521B

Color information

#59521B (or 0x59521B) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 1B. RGB value is (89,82,27). Sum of RGB (Red+Green+Blue) = 89+82+27=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59521B is #A6ADE4. Grayscale: #4E4E4E. Windows color (decimal): -10923493 or 1790553. OLE color: 1790553.

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

Color convert

RGB898227-
CMYK00.080.700.65
HSL53.23º53.45%22.75%-
HSV(B)53.23º69.66%34.9%-
XYZ7.338.242.24-
YUV77.8299.32135.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=44.95%
G=41.41%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89822700.080.700.6553.2353.4522.75
Hex59521B084641353517
Octal13112233010106101656527
Binary1011001101001011011010001000110100000111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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