#59491A

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

Shades of Bronze Olive #59491A

Tints of Bronze Olive #59491A

Color information

#59491A (or 0x59491A) is unknown color: approx Bronze Olive. HEX triplet: 59, 49 and 1A. RGB value is (89,73,26). Sum of RGB (Red+Green+Blue) = 89+73+26=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59491A is #A6B6E5. Grayscale: #484848. Windows color (decimal): -10925798 or 1722713. OLE color: 1722713.

HSL color Cylindrical-coordinate representation of color #59491A: hue angle of 44.76º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59491A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB897326-
CMYK00.180.710.65
HSL44.76º54.78%22.55%-
HSV(B)44.76º70.79%34.9%-
XYZ6.696.961.97-
YUV72.43101.8139.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=47.34%
G=38.83%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89732600.180.710.6544.7654.7822.55
Hex59491A01247412d3717
Octal13111132022107101556727
Binary10110011001001110100100101000111100000110110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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