#59462C

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

Shades of Deep Bronze #59462C

Tints of Deep Bronze #59462C

Color information

#59462C (or 0x59462C) is unknown color: approx Deep Bronze. HEX triplet: 59, 46 and 2C. RGB value is (89,70,44). Sum of RGB (Red+Green+Blue) = 89+70+44=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59462C is #A6B9D3. Grayscale: #484848. Windows color (decimal): -10926548 or 2901593. OLE color: 2901593.

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

Color convert

RGB897044-
CMYK00.210.510.65
HSL34.67º33.83%26.08%-
HSV(B)34.67º50.56%34.9%-
XYZ6.766.693.32-
YUV72.72111.79139.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.84%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=43.84%
G=34.48%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89704400.210.510.6534.6733.8326.08
Hex59462C015334123221a
Octal1311065402563101434232
Binary10110011000110101100010101110011100000110001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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