#59452E

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

Shades of Deep Bronze #59452E

Tints of Deep Bronze #59452E

Color information

#59452E (or 0x59452E) is unknown color: approx Deep Bronze. HEX triplet: 59, 45 and 2E. RGB value is (89,69,46). Sum of RGB (Red+Green+Blue) = 89+69+46=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59452E is #A6BAD1. Grayscale: #484848. Windows color (decimal): -10926802 or 3032409. OLE color: 3032409.

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

Color convert

RGB896946-
CMYK00.220.480.65
HSL32.09º31.85%26.47%-
HSV(B)32.09º48.31%34.9%-
XYZ6.746.583.5-
YUV72.36113.13139.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=43.63%
G=33.82%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89694600.220.480.6532.0931.8526.47
Hex59452E016304120201a
Octal1311055602660101404032
Binary10110011000101101110010110110000100000110000010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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