#59432C

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

Shades of Deep Bronze #59432C

Tints of Deep Bronze #59432C

Color information

#59432C (or 0x59432C) is unknown color: approx Deep Bronze. HEX triplet: 59, 43 and 2C. RGB value is (89,67,44). Sum of RGB (Red+Green+Blue) = 89+67+44=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59432C is #A6BCD3. Grayscale: #474747. Windows color (decimal): -10927316 or 2900825. OLE color: 2900825.

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

Color convert

RGB896744-
CMYK00.250.510.65
HSL30.67º33.83%26.08%-
HSV(B)30.67º50.56%34.9%-
XYZ6.586.323.26-
YUV70.96112.79140.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 44 (17.58% from 255) = 22%
R=44.5%
G=33.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89674400.250.510.6530.6733.8326.08
Hex59432C01933411f221a
Octal1311035403163101374232
Binary1011001100001110110001100111001110000011111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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