#59470B

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

Shades of Bronze Olive #59470B

Tints of Bronze Olive #59470B

Color information

#59470B (or 0x59470B) is unknown color: approx Bronze Olive. HEX triplet: 59, 47 and 0B. RGB value is (89,71,11). Sum of RGB (Red+Green+Blue) = 89+71+11=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59470B is #A6B8F4. Grayscale: #454545. Windows color (decimal): -10926325 or 739161. OLE color: 739161.

HSL color Cylindrical-coordinate representation of color #59470B: hue angle of 46.15º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59470B is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB897111-
CMYK00.200.880.65
HSL46.15º78%19.61%-
HSV(B)46.15º87.64%34.9%-
XYZ6.436.651.26-
YUV69.5494.96141.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=52.05%
G=41.52%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89711100.200.880.6546.157819.61
Hex5947B01458412e4e14
Octal131107130241301015611624
Binary10110011000111101101010010110001000001101110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59470B; }

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

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

<style>
 a { background-color: #59470B; }

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

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

<style>
 span { border-color: #59470B; }

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

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