#59541F

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

Shades of Bronze Olive #59541F

Tints of Bronze Olive #59541F

Color information

#59541F (or 0x59541F) is unknown color: approx Bronze Olive. HEX triplet: 59, 54 and 1F. RGB value is (89,84,31). Sum of RGB (Red+Green+Blue) = 89+84+31=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59541F is #A6ABE0. Grayscale: #4F4F4F. Windows color (decimal): -10922977 or 2053209. OLE color: 2053209.

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

Color convert

RGB898431-
CMYK00.060.650.65
HSL54.83º48.33%23.53%-
HSV(B)54.83º65.17%34.9%-
XYZ7.548.562.55-
YUV79.45100.66134.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=43.63%
G=41.18%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89843100.060.650.6554.8348.3323.53
Hex59541F064141373018
Octal1311243706101101676030
Binary101100110101001111101101000001100000111011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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