#574734

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

Shades of Metallic Bronze #574734

Tints of Metallic Bronze #574734

Color information

#574734 (or 0x574734) is unknown color: approx Metallic Bronze. HEX triplet: 57, 47 and 34. RGB value is (87,71,52). Sum of RGB (Red+Green+Blue) = 87+71+52=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #574734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574734 is #A8B8CB. Grayscale: #494949. Windows color (decimal): -11057356 or 3426135. OLE color: 3426135.

HSL color Cylindrical-coordinate representation of color #574734: hue angle of 32.57º 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 #574734 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB877152-
CMYK00.180.400.66
HSL32.57º25.18%27.25%-
HSV(B)32.57º40.23%34.12%-
XYZ6.86.784.2-
YUV73.62115.8137.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 52 (20.70% from 255) = 24.76%
R=41.43%
G=33.81%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87715200.180.400.6632.5725.1827.25
Hex574734012284221191b
Octal1271076402250102413133
Binary1010111100011111010001001010100010000101000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574734; }

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

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

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

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

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

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

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

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