#594326

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

Shades of Deep Bronze #594326

Tints of Deep Bronze #594326

Color information

#594326 (or 0x594326) is unknown color: approx Deep Bronze. HEX triplet: 59, 43 and 26. RGB value is (89,67,38). Sum of RGB (Red+Green+Blue) = 89+67+38=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #594326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594326 is #A6BCD9. Grayscale: #464646. Windows color (decimal): -10927322 or 2507609. OLE color: 2507609.

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

Color convert

RGB896738-
CMYK00.250.570.65
HSL34.12º40.16%24.9%-
HSV(B)34.12º57.3%34.9%-
XYZ6.486.282.7-
YUV70.27109.79141.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=45.88%
G=34.54%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89673800.250.570.6534.1240.1624.9
Hex5943260193941222819
Octal1311034603171101425031
Binary10110011000011100110011001111001100000110001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594326; }

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

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

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

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

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

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

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

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