#59451E

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

Shades of Bronze Olive #59451E

Tints of Bronze Olive #59451E

Color information

#59451E (or 0x59451E) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 1E. RGB value is (89,69,30). Sum of RGB (Red+Green+Blue) = 89+69+30=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59451E is #A6BAE1. Grayscale: #464646. Windows color (decimal): -10926818 or 1983833. OLE color: 1983833.

HSL color Cylindrical-coordinate representation of color #59451E: hue angle of 39.66º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59451E is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB896930-
CMYK00.220.660.65
HSL39.66º49.58%23.33%-
HSV(B)39.66º66.29%34.9%-
XYZ6.486.472.14-
YUV70.53105.13141.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=47.34%
G=36.70%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89693000.220.660.6539.6649.5823.33
Hex59451E0164241283217
Octal13110536026102101506227
Binary10110011000101111100101101000010100000110100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,69,30); }

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

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

 a { background-color: rgb(89,69,30); }

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

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

 span { border-color: rgb(89,69,30); }

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