#59471C

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

Shades of Bronze Olive #59471C

Tints of Bronze Olive #59471C

Color information

#59471C (or 0x59471C) is unknown color: approx Bronze Olive. HEX triplet: 59, 47 and 1C. RGB value is (89,71,28). Sum of RGB (Red+Green+Blue) = 89+71+28=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59471C is #A6B8E3. Grayscale: #474747. Windows color (decimal): -10926308 or 1853273. OLE color: 1853273.

HSL color Cylindrical-coordinate representation of color #59471C: hue angle of 42.3º 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 #59471C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB897128-
CMYK00.200.690.65
HSL42.3º52.14%22.94%-
HSV(B)42.3º68.54%34.9%-
XYZ6.586.712.05-
YUV71.48103.46140.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=47.34%
G=37.77%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89712800.200.690.6542.352.1422.94
Hex59471C01445412a3417
Octal13110734024105101526427
Binary10110011000111111000101001000101100000110101011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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