#59451C

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

Shades of Bronze Olive #59451C

Tints of Bronze Olive #59451C

Color information

#59451C (or 0x59451C) is unknown color: approx Bronze Olive. HEX triplet: 59, 45 and 1C. RGB value is (89,69,28). Sum of RGB (Red+Green+Blue) = 89+69+28=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59451C is #A6BAE3. Grayscale: #464646. Windows color (decimal): -10926820 or 1852761. OLE color: 1852761.

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

Color convert

RGB896928-
CMYK00.220.690.65
HSL40.33º52.14%22.94%-
HSV(B)40.33º68.54%34.9%-
XYZ6.466.462.01-
YUV70.31104.13141.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 28 (11.33% from 255) = 15.05%
R=47.85%
G=37.10%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89692800.220.690.6540.3352.1422.94
Hex59451C0164541283417
Octal13110534026105101506427
Binary10110011000101111000101101000101100000110100011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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