#594A3A

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

Shades of Metallic Bronze #594A3A

Tints of Metallic Bronze #594A3A

Color information

#594A3A (or 0x594A3A) is unknown color: approx Metallic Bronze. HEX triplet: 59, 4A and 3A. RGB value is (89,74,58). Sum of RGB (Red+Green+Blue) = 89+74+58=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #594A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A3A is #A6B5C5. Grayscale: #4C4C4C. Windows color (decimal): -10925510 or 3820121. OLE color: 3820121.

HSL color Cylindrical-coordinate representation of color #594A3A: hue angle of 30.97º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #594A3A is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB897458-
CMYK00.170.350.65
HSL30.97º21.09%28.82%-
HSV(B)30.97º34.83%34.9%-
XYZ7.337.335.03-
YUV76.66117.47136.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.27%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=40.27%
G=33.48%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89745800.170.350.6530.9721.0928.82
Hex594A3A01123411f151d
Octal1311127202143101372535
Binary101100110010101110100100011000111000001111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594A3A; }

 p { color: rgb(89,74,58); }

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

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

 a { background-color: rgb(89,74,58); }

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

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

 span { border-color: rgb(89,74,58); }

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