#59441C

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

Shades of Bronze Olive #59441C

Tints of Bronze Olive #59441C

Color information

#59441C (or 0x59441C) is unknown color: approx Bronze Olive. HEX triplet: 59, 44 and 1C. RGB value is (89,68,28). Sum of RGB (Red+Green+Blue) = 89+68+28=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59441C is #A6BBE3. Grayscale: #454545. Windows color (decimal): -10927076 or 1852505. OLE color: 1852505.

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

Color convert

RGB896828-
CMYK00.240.690.65
HSL39.34º52.14%22.94%-
HSV(B)39.34º68.54%34.9%-
XYZ6.46.341.99-
YUV69.72104.46141.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=48.11%
G=36.76%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89682800.240.690.6539.3452.1422.94
Hex59441C0184541273417
Octal13110434030105101476427
Binary10110011000100111000110001000101100000110011111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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