#594D3A

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

Shades of Metallic Bronze #594D3A

Tints of Metallic Bronze #594D3A

Color information

#594D3A (or 0x594D3A) is unknown color: approx Metallic Bronze. HEX triplet: 59, 4D and 3A. RGB value is (89,77,58). Sum of RGB (Red+Green+Blue) = 89+77+58=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #594D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D3A is #A6B2C5. Grayscale: #4E4E4E. Windows color (decimal): -10924742 or 3820889. OLE color: 3820889.

HSL color Cylindrical-coordinate representation of color #594D3A: hue angle of 36.77º 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 #594D3A is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB897758-
CMYK00.130.350.65
HSL36.77º21.09%28.82%-
HSV(B)36.77º34.83%34.9%-
XYZ7.547.745.1-
YUV78.42116.48135.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.73%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=39.73%
G=34.38%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89775800.130.350.6536.7721.0928.82
Hex594D3A0D234125151d
Octal1311157201543101452535
Binary101100110011011110100110110001110000011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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