#59460A

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

Shades of Bronze Olive #59460A

Tints of Bronze Olive #59460A

Color information

#59460A (or 0x59460A) is unknown color: approx Bronze Olive. HEX triplet: 59, 46 and 0A. RGB value is (89,70,10). Sum of RGB (Red+Green+Blue) = 89+70+10=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59460A is #A6B9F5. Grayscale: #454545. Windows color (decimal): -10926582 or 673369. OLE color: 673369.

HSL color Cylindrical-coordinate representation of color #59460A: hue angle of 45.57º 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 #59460A is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB897010-
CMYK00.210.890.65
HSL45.57º79.8%19.41%-
HSV(B)45.57º88.76%34.9%-
XYZ6.366.531.21-
YUV68.8494.79142.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=52.66%
G=41.42%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89701000.210.890.6545.5779.819.41
Hex5946A01559412e5013
Octal131106120251311015612023
Binary10110011000110101001010110110011000001101110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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