#594935

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

Shades of Metallic Bronze #594935

Tints of Metallic Bronze #594935

Color information

#594935 (or 0x594935) is unknown color: approx Metallic Bronze. HEX triplet: 59, 49 and 35. RGB value is (89,73,53). Sum of RGB (Red+Green+Blue) = 89+73+53=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #594935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594935 is #A6B6CA. Grayscale: #4B4B4B. Windows color (decimal): -10925771 or 3492185. OLE color: 3492185.

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

Color convert

RGB897353-
CMYK00.180.400.65
HSL33.33º25.35%27.84%-
HSV(B)33.33º40.45%34.9%-
XYZ7.147.154.37-
YUV75.5115.3137.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=41.40%
G=33.95%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89735300.180.400.6533.3325.3527.84
Hex594935012284121191c
Octal1311116502250101413134
Binary1011001100100111010101001010100010000011000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594935; }

 p { color: rgb(89,73,53); }

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

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

 a { background-color: rgb(89,73,53); }

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

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

 span { border-color: rgb(89,73,53); }

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