#574C3C

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

Shades of Metallic Bronze #574C3C

Tints of Metallic Bronze #574C3C

Color information

#574C3C (or 0x574C3C) is unknown color: approx Metallic Bronze. HEX triplet: 57, 4C and 3C. RGB value is (87,76,60). Sum of RGB (Red+Green+Blue) = 87+76+60=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 87 - color contains mainly: red. Hex color #574C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C3C is #A8B3C3. Grayscale: #4D4D4D. Windows color (decimal): -11056068 or 3951703. OLE color: 3951703.

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

Color convert

RGB877660-
CMYK00.130.310.66
HSL35.56º18.37%28.82%-
HSV(B)35.56º31.03%34.12%-
XYZ7.337.525.34-
YUV77.46118.14134.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=39.01%
G=34.08%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87766000.130.310.6635.5618.3728.82
Hex574C3C0D1F4224121d
Octal1271147401537102442235
Binary10101111001100111100011011111110000101001001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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