#59452F

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

Shades of Deep Bronze #59452F

Tints of Deep Bronze #59452F

Color information

#59452F (or 0x59452F) is unknown color: approx Deep Bronze. HEX triplet: 59, 45 and 2F. RGB value is (89,69,47). Sum of RGB (Red+Green+Blue) = 89+69+47=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59452F is #A6BAD0. Grayscale: #484848. Windows color (decimal): -10926801 or 3097945. OLE color: 3097945.

HSL color Cylindrical-coordinate representation of color #59452F: hue angle of 31.43º 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 #59452F is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB896947-
CMYK00.220.470.65
HSL31.43º30.88%26.67%-
HSV(B)31.43º47.19%34.9%-
XYZ6.766.593.6-
YUV72.47113.63139.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=43.41%
G=33.66%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89694700.220.470.6531.4330.8826.67
Hex59452F0162F411f1f1b
Octal1311055702657101373733
Binary101100110001011011110101101011111000001111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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