#59541C

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

Shades of Bronze Olive #59541C

Tints of Bronze Olive #59541C

Color information

#59541C (or 0x59541C) is unknown color: approx Bronze Olive. HEX triplet: 59, 54 and 1C. RGB value is (89,84,28). Sum of RGB (Red+Green+Blue) = 89+84+28=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59541C is #A6ABE3. Grayscale: #4F4F4F. Windows color (decimal): -10922980 or 1856601. OLE color: 1856601.

HSL color Cylindrical-coordinate representation of color #59541C: hue angle of 55.08º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59541C is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB898428-
CMYK00.060.690.65
HSL55.08º52.14%22.94%-
HSV(B)55.08º68.54%34.9%-
XYZ7.58.552.35-
YUV79.1199.16135.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=44.28%
G=41.79%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89842800.060.690.6555.0852.1422.94
Hex59541C064541373417
Octal1311243406105101676427
Binary101100110101001110001101000101100000111011111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59541C; }

 p { color: rgb(89,84,28); }

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

<style>
 a { background-color: #59541C; }

 a { background-color: rgb(89,84,28); }

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

<style>
 span { border-color: #59541C; }

 span { border-color: rgb(89,84,28); }

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