#594529

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

Shades of Deep Bronze #594529

Tints of Deep Bronze #594529

Color information

#594529 (or 0x594529) is unknown color: approx Deep Bronze. HEX triplet: 59, 45 and 29. RGB value is (89,69,41). Sum of RGB (Red+Green+Blue) = 89+69+41=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #594529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594529 is #A6BAD6. Grayscale: #474747. Windows color (decimal): -10926807 or 2704729. OLE color: 2704729.

HSL color Cylindrical-coordinate representation of color #594529: hue angle of 35º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #594529 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB896941-
CMYK00.220.540.65
HSL35º36.92%25.49%-
HSV(B)35º53.93%34.9%-
XYZ6.656.543.01-
YUV71.79110.63140.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=44.72%
G=34.67%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89694100.220.540.653536.9225.49
Hex5945290163641232519
Octal1311055102666101434531
Binary10110011000101101001010110110110100000110001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594529; }

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

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

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

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

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

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

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

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