#59472E

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

Shades of Deep Bronze #59472E

Tints of Deep Bronze #59472E

Color information

#59472E (or 0x59472E) is unknown color: approx Deep Bronze. HEX triplet: 59, 47 and 2E. RGB value is (89,71,46). Sum of RGB (Red+Green+Blue) = 89+71+46=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #59472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59472E is #A6B8D1. Grayscale: #494949. Windows color (decimal): -10926290 or 3032921. OLE color: 3032921.

HSL color Cylindrical-coordinate representation of color #59472E: hue angle of 34.88º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59472E is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB897146-
CMYK00.200.480.65
HSL34.88º31.85%26.47%-
HSV(B)34.88º48.31%34.9%-
XYZ6.876.833.54-
YUV73.53112.46139.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=43.20%
G=34.47%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89714600.200.480.6534.8831.8526.47
Hex59472E014304123201a
Octal1311075602460101434032
Binary10110011000111101110010100110000100000110001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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