#594628

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

Shades of Deep Bronze #594628

Tints of Deep Bronze #594628

Color information

#594628 (or 0x594628) is unknown color: approx Deep Bronze. HEX triplet: 59, 46 and 28. RGB value is (89,70,40). Sum of RGB (Red+Green+Blue) = 89+70+40=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #594628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594628 is #A6B9D7. Grayscale: #484848. Windows color (decimal): -10926552 or 2639449. OLE color: 2639449.

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

Color convert

RGB897040-
CMYK00.210.550.65
HSL36.73º37.98%25.29%-
HSV(B)36.73º55.06%34.9%-
XYZ6.696.662.94-
YUV72.26109.79139.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.72%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=44.72%
G=35.18%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89704000.210.550.6536.7337.9825.29
Hex5946280153741252619
Octal1311065002567101454631
Binary10110011000110101000010101110111100000110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594628; }

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

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

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

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

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

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

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

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