#574934

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

Shades of Metallic Bronze #574934

Tints of Metallic Bronze #574934

Color information

#574934 (or 0x574934) is unknown color: approx Metallic Bronze. HEX triplet: 57, 49 and 34. RGB value is (87,73,52). Sum of RGB (Red+Green+Blue) = 87+73+52=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #574934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574934 is #A8B6CB. Grayscale: #4A4A4A. Windows color (decimal): -11056844 or 3426647. OLE color: 3426647.

HSL color Cylindrical-coordinate representation of color #574934: hue angle of 36º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #574934 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB877352-
CMYK00.160.400.66
HSL36º25.18%27.25%-
HSV(B)36º40.23%34.12%-
XYZ6.937.044.24-
YUV74.79115.14136.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=41.04%
G=34.43%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87735200.160.400.663625.1827.25
Hex574934010284224191b
Octal1271116402050102443133
Binary1010111100100111010001000010100010000101001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574934; }

 p { color: rgb(87,73,52); }

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

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

 a { background-color: rgb(87,73,52); }

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

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

 span { border-color: rgb(87,73,52); }

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