#59520A

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

Shades of Bronze Olive #59520A

Tints of Bronze Olive #59520A

Color information

#59520A (or 0x59520A) is unknown color: approx Bronze Olive. HEX triplet: 59, 52 and 0A. RGB value is (89,82,10). Sum of RGB (Red+Green+Blue) = 89+82+10=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59520A is #A6ADF5. Grayscale: #4C4C4C. Windows color (decimal): -10923510 or 676441. OLE color: 676441.

HSL color Cylindrical-coordinate representation of color #59520A: hue angle of 54.68º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59520A is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB898210-
CMYK00.080.890.65
HSL54.68º79.8%19.41%-
HSV(B)54.68º88.76%34.9%-
XYZ7.198.181.49-
YUV75.8990.82137.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.17%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=49.17%
G=45.30%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89821000.080.890.6554.6879.819.41
Hex5952A085941375013
Octal131122120101311016712023
Binary1011001101001010100100010110011000001110111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59520A; }

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

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

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

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

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

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

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

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