#59472C

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

Shades of Deep Bronze #59472C

Tints of Deep Bronze #59472C

Color information

#59472C (or 0x59472C) is unknown color: approx Deep Bronze. HEX triplet: 59, 47 and 2C. RGB value is (89,71,44). Sum of RGB (Red+Green+Blue) = 89+71+44=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59472C is #A6B8D3. Grayscale: #494949. Windows color (decimal): -10926292 or 2901849. OLE color: 2901849.

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

Color convert

RGB897144-
CMYK00.200.510.65
HSL36º33.83%26.08%-
HSV(B)36º50.56%34.9%-
XYZ6.836.813.34-
YUV73.3111.46139.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=43.63%
G=34.80%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89714400.200.510.653633.8326.08
Hex59472C014334124221a
Octal1311075402463101444232
Binary10110011000111101100010100110011100000110010010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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