#594832

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

Shades of Metallic Bronze #594832

Tints of Metallic Bronze #594832

Color information

#594832 (or 0x594832) is unknown color: approx Metallic Bronze. HEX triplet: 59, 48 and 32. RGB value is (89,72,50). Sum of RGB (Red+Green+Blue) = 89+72+50=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #594832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594832 is #A6B7CD. Grayscale: #4A4A4A. Windows color (decimal): -10926030 or 3295321. OLE color: 3295321.

HSL color Cylindrical-coordinate representation of color #594832: hue angle of 33.85º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594832 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB897250-
CMYK00.190.440.65
HSL33.85º28.06%27.25%-
HSV(B)33.85º43.82%34.9%-
XYZ7.016.994-
YUV74.58114.13138.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=42.18%
G=34.12%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89725000.190.440.6533.8528.0627.25
Hex5948320132C41221c1b
Octal1311106202354101423433
Binary1011001100100011001001001110110010000011000101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594832; }

 p { color: rgb(89,72,50); }

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

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

 a { background-color: rgb(89,72,50); }

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

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

 span { border-color: rgb(89,72,50); }

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