#59442F

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

Shades of Deep Bronze #59442F

Tints of Deep Bronze #59442F

Color information

#59442F (or 0x59442F) is unknown color: approx Deep Bronze. HEX triplet: 59, 44 and 2F. RGB value is (89,68,47). Sum of RGB (Red+Green+Blue) = 89+68+47=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59442F is #A6BBD0. Grayscale: #474747. Windows color (decimal): -10927057 or 3097689. OLE color: 3097689.

HSL color Cylindrical-coordinate representation of color #59442F: hue angle of 30º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59442F is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB896847-
CMYK00.240.470.65
HSL30º30.88%26.67%-
HSV(B)30º47.19%34.9%-
XYZ6.76.463.58-
YUV71.89113.96140.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=43.63%
G=33.33%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89684700.240.470.653030.8826.67
Hex59442F0182F411e1f1b
Octal1311045703057101363733
Binary101100110001001011110110001011111000001111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59442F; }

 p { color: rgb(89,68,47); }

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

<style>
 a { background-color: #59442F; }

 a { background-color: rgb(89,68,47); }

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

<style>
 span { border-color: #59442F; }

 span { border-color: rgb(89,68,47); }

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