#594E3A

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

Shades of Metallic Bronze #594E3A

Tints of Metallic Bronze #594E3A

Color information

#594E3A (or 0x594E3A) is unknown color: approx Metallic Bronze. HEX triplet: 59, 4E and 3A. RGB value is (89,78,58). Sum of RGB (Red+Green+Blue) = 89+78+58=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 89 - color contains mainly: red. Hex color #594E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E3A is #A6B1C5. Grayscale: #4F4F4F. Windows color (decimal): -10924486 or 3821145. OLE color: 3821145.

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

Color convert

RGB897858-
CMYK00.120.350.65
HSL38.71º21.09%28.82%-
HSV(B)38.71º34.83%34.9%-
XYZ7.617.885.12-
YUV79.01116.14135.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.56%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=39.56%
G=34.67%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89785800.120.350.6538.7121.0928.82
Hex594E3A0C234127151d
Octal1311167201443101472535
Binary101100110011101110100110010001110000011001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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