#59461E

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

Shades of Bronze Olive #59461E

Tints of Bronze Olive #59461E

Color information

#59461E (or 0x59461E) is unknown color: approx Bronze Olive. HEX triplet: 59, 46 and 1E. RGB value is (89,70,30). Sum of RGB (Red+Green+Blue) = 89+70+30=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59461E is #A6B9E1. Grayscale: #474747. Windows color (decimal): -10926562 or 1984089. OLE color: 1984089.

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

Color convert

RGB897030-
CMYK00.210.660.65
HSL40.68º49.58%23.33%-
HSV(B)40.68º66.29%34.9%-
XYZ6.546.62.16-
YUV71.12104.79140.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 30 (12.11% from 255) = 15.87%
R=47.09%
G=37.04%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89703000.210.660.6540.6849.5823.33
Hex59461E0154241293217
Octal13110636025102101516227
Binary10110011000110111100101011000010100000110100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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