#59462E

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

Shades of Deep Bronze #59462E

Tints of Deep Bronze #59462E

Color information

#59462E (or 0x59462E) is unknown color: approx Deep Bronze. HEX triplet: 59, 46 and 2E. RGB value is (89,70,46). Sum of RGB (Red+Green+Blue) = 89+70+46=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59462E is #A6B9D1. Grayscale: #494949. Windows color (decimal): -10926546 or 3032665. OLE color: 3032665.

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

Color convert

RGB897046-
CMYK00.210.480.65
HSL33.49º31.85%26.47%-
HSV(B)33.49º48.31%34.9%-
XYZ6.86.73.52-
YUV72.94112.79139.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=43.41%
G=34.15%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89704600.210.480.6533.4931.8526.47
Hex59462E015304121201a
Octal1311065602560101414032
Binary10110011000110101110010101110000100000110000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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