#59460E

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

Shades of Bronze Olive #59460E

Tints of Bronze Olive #59460E

Color information

#59460E (or 0x59460E) is unknown color: approx Bronze Olive. HEX triplet: 59, 46 and 0E. RGB value is (89,70,14). Sum of RGB (Red+Green+Blue) = 89+70+14=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59460E is #A6B9F1. Grayscale: #454545. Windows color (decimal): -10926578 or 935513. OLE color: 935513.

HSL color Cylindrical-coordinate representation of color #59460E: hue angle of 44.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59460E is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB897014-
CMYK00.210.840.65
HSL44.8º72.82%20.2%-
HSV(B)44.8º84.27%34.9%-
XYZ6.396.541.34-
YUV69.396.79142.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.45%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=51.45%
G=40.46%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89701400.210.840.6544.872.8220.2
Hex5946E01554412d4914
Octal131106160251241015511124
Binary10110011000110111001010110101001000001101101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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