#59470E

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

Shades of Bronze Olive #59470E

Tints of Bronze Olive #59470E

Color information

#59470E (or 0x59470E) is unknown color: approx Bronze Olive. HEX triplet: 59, 47 and 0E. RGB value is (89,71,14). Sum of RGB (Red+Green+Blue) = 89+71+14=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #59470E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59470E is #A6B8F1. Grayscale: #464646. Windows color (decimal): -10926322 or 935769. OLE color: 935769.

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

Color convert

RGB897114-
CMYK00.200.840.65
HSL45.6º72.82%20.2%-
HSV(B)45.6º84.27%34.9%-
XYZ6.456.661.36-
YUV69.8896.46141.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=51.15%
G=40.80%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89711400.200.840.6545.672.8220.2
Hex5947E01454412e4914
Octal131107160241241015611124
Binary10110011000111111001010010101001000001101110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59470E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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