#59442C

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

Shades of Deep Bronze #59442C

Tints of Deep Bronze #59442C

Color information

#59442C (or 0x59442C) is unknown color: approx Deep Bronze. HEX triplet: 59, 44 and 2C. RGB value is (89,68,44). Sum of RGB (Red+Green+Blue) = 89+68+44=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59442C is #A6BBD3. Grayscale: #474747. Windows color (decimal): -10927060 or 2901081. OLE color: 2901081.

HSL color Cylindrical-coordinate representation of color #59442C: hue angle of 32º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59442C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB896844-
CMYK00.240.510.65
HSL32º33.83%26.08%-
HSV(B)32º50.56%34.9%-
XYZ6.646.443.28-
YUV71.54112.46140.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=44.28%
G=33.83%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89684400.240.510.653233.8326.08
Hex59442C018334120221a
Octal1311045403063101404232
Binary10110011000100101100011000110011100000110000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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