#594834

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

Shades of Metallic Bronze #594834

Tints of Metallic Bronze #594834

Color information

#594834 (or 0x594834) is unknown color: approx Metallic Bronze. HEX triplet: 59, 48 and 34. RGB value is (89,72,52). Sum of RGB (Red+Green+Blue) = 89+72+52=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #594834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594834 is #A6B7CB. Grayscale: #4A4A4A. Windows color (decimal): -10926028 or 3426393. OLE color: 3426393.

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

Color convert

RGB897252-
CMYK00.190.420.65
HSL32.43º26.24%27.65%-
HSV(B)32.43º41.57%34.9%-
XYZ7.067.014.23-
YUV74.8115.13138.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.78%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 52 (20.70% from 255) = 24.41%
R=41.78%
G=33.80%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89725200.190.420.6532.4326.2427.65
Hex5948340132A41201a1c
Octal1311106402352101403234
Binary1011001100100011010001001110101010000011000001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594834; }

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

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

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

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

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

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

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

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