#574A3A

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

Shades of Metallic Bronze #574A3A

Tints of Metallic Bronze #574A3A

Color information

#574A3A (or 0x574A3A) is unknown color: approx Metallic Bronze. HEX triplet: 57, 4A and 3A. RGB value is (87,74,58). Sum of RGB (Red+Green+Blue) = 87+74+58=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #574A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A3A is #A8B5C5. Grayscale: #4C4C4C. Windows color (decimal): -11056582 or 3820119. OLE color: 3820119.

HSL color Cylindrical-coordinate representation of color #574A3A: hue angle of 33.1º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #574A3A is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB877458-
CMYK00.150.330.66
HSL33.1º20%28.43%-
HSV(B)33.1º33.33%34.12%-
XYZ7.147.235.02-
YUV76.06117.81135.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=39.73%
G=33.79%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87745800.150.330.6633.12028.43
Hex574A3A0F214221141c
Octal1271127201741102412434
Binary101011110010101110100111110000110000101000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,58); }

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

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

 a { background-color: rgb(87,74,58); }

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

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

 span { border-color: rgb(87,74,58); }

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