#594426

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

Shades of Deep Bronze #594426

Tints of Deep Bronze #594426

Color information

#594426 (or 0x594426) is unknown color: approx Deep Bronze. HEX triplet: 59, 44 and 26. RGB value is (89,68,38). Sum of RGB (Red+Green+Blue) = 89+68+38=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #594426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594426 is #A6BBD9. Grayscale: #474747. Windows color (decimal): -10927066 or 2507865. OLE color: 2507865.

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

Color convert

RGB896838-
CMYK00.240.570.65
HSL35.29º40.16%24.9%-
HSV(B)35.29º57.3%34.9%-
XYZ6.546.42.72-
YUV70.86109.46140.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=45.64%
G=34.87%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89683800.240.570.6535.2940.1624.9
Hex5944260183941232819
Octal1311044603071101435031
Binary10110011000100100110011000111001100000110001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594426; }

 p { color: rgb(89,68,38); }

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

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

 a { background-color: rgb(89,68,38); }

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

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

 span { border-color: rgb(89,68,38); }

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