#594528

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

Shades of Deep Bronze #594528

Tints of Deep Bronze #594528

Color information

#594528 (or 0x594528) is unknown color: approx Deep Bronze. HEX triplet: 59, 45 and 28. RGB value is (89,69,40). Sum of RGB (Red+Green+Blue) = 89+69+40=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #594528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594528 is #A6BAD7. Grayscale: #474747. Windows color (decimal): -10926808 or 2639193. OLE color: 2639193.

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

Color convert

RGB896940-
CMYK00.220.550.65
HSL35.51º37.98%25.29%-
HSV(B)35.51º55.06%34.9%-
XYZ6.636.532.92-
YUV71.67110.13140.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=44.95%
G=34.85%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89694000.220.550.6535.5137.9825.29
Hex5945280163741242619
Octal1311055002667101444631
Binary10110011000101101000010110110111100000110010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594528; }

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

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

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

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

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

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

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

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