#594328

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

Shades of Deep Bronze #594328

Tints of Deep Bronze #594328

Color information

#594328 (or 0x594328) is unknown color: approx Deep Bronze. HEX triplet: 59, 43 and 28. RGB value is (89,67,40). Sum of RGB (Red+Green+Blue) = 89+67+40=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #594328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594328 is #A6BCD7. Grayscale: #464646. Windows color (decimal): -10927320 or 2638681. OLE color: 2638681.

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

Color convert

RGB896740-
CMYK00.250.550.65
HSL33.06º37.98%25.29%-
HSV(B)33.06º55.06%34.9%-
XYZ6.516.292.88-
YUV70.5110.79141.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=45.41%
G=34.18%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89674000.250.550.6533.0637.9825.29
Hex5943280193741212619
Octal1311035003167101414631
Binary10110011000011101000011001110111100000110000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594328; }

 p { color: rgb(89,67,40); }

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

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

 a { background-color: rgb(89,67,40); }

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

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

 span { border-color: rgb(89,67,40); }

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