#59491E

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

Shades of Bronze Olive #59491E

Tints of Bronze Olive #59491E

Color information

#59491E (or 0x59491E) is unknown color: approx Bronze Olive. HEX triplet: 59, 49 and 1E. RGB value is (89,73,30). Sum of RGB (Red+Green+Blue) = 89+73+30=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #59491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59491E is #A6B6E1. Grayscale: #494949. Windows color (decimal): -10925794 or 1984857. OLE color: 1984857.

HSL color Cylindrical-coordinate representation of color #59491E: hue angle of 43.73º 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 #59491E is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB897330-
CMYK00.180.660.65
HSL43.73º49.58%23.33%-
HSV(B)43.73º66.29%34.9%-
XYZ6.746.982.22-
YUV72.88103.8139.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=46.35%
G=38.02%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89733000.180.660.6543.7349.5823.33
Hex59491E01242412c3217
Octal13111136022102101546227
Binary10110011001001111100100101000010100000110110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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