#574D3D

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

Shades of Metallic Bronze #574D3D

Tints of Metallic Bronze #574D3D

Color information

#574D3D (or 0x574D3D) is unknown color: approx Metallic Bronze. HEX triplet: 57, 4D and 3D. RGB value is (87,77,61). Sum of RGB (Red+Green+Blue) = 87+77+61=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #574D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D3D is #A8B2C2. Grayscale: #4E4E4E. Windows color (decimal): -11055811 or 4017495. OLE color: 4017495.

HSL color Cylindrical-coordinate representation of color #574D3D: hue angle of 36.92º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #574D3D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB877761-
CMYK00.110.300.66
HSL36.92º17.57%29.02%-
HSV(B)36.92º29.89%34.12%-
XYZ7.437.675.5-
YUV78.17118.31134.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=38.67%
G=34.22%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87776100.110.300.6636.9217.5729.02
Hex574D3D0B1E4225121d
Octal1271157501336102452235
Binary10101111001101111101010111111010000101001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574D3D; }

 p { color: rgb(87,77,61); }

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

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

 a { background-color: rgb(87,77,61); }

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

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

 span { border-color: rgb(87,77,61); }

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