#574C3D

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

Shades of Metallic Bronze #574C3D

Tints of Metallic Bronze #574C3D

Color information

#574C3D (or 0x574C3D) is unknown color: approx Metallic Bronze. HEX triplet: 57, 4C and 3D. RGB value is (87,76,61). Sum of RGB (Red+Green+Blue) = 87+76+61=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C3D is #A8B3C2. Grayscale: #4D4D4D. Windows color (decimal): -11056067 or 4017239. OLE color: 4017239.

HSL color Cylindrical-coordinate representation of color #574C3D: hue angle of 34.62º 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 #574C3D is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB877661-
CMYK00.130.300.66
HSL34.62º17.57%29.02%-
HSV(B)34.62º29.89%34.12%-
XYZ7.367.535.48-
YUV77.58118.64134.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 61 (24.22% from 255) = 27.23%
R=38.84%
G=33.93%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87766100.130.300.6634.6217.5729.02
Hex574C3D0D1E4223121d
Octal1271147501536102432235
Binary10101111001100111101011011111010000101000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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