#574834

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

Shades of Metallic Bronze #574834

Tints of Metallic Bronze #574834

Color information

#574834 (or 0x574834) is unknown color: approx Metallic Bronze. HEX triplet: 57, 48 and 34. RGB value is (87,72,52). Sum of RGB (Red+Green+Blue) = 87+72+52=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #574834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574834 is #A8B7CB. Grayscale: #4A4A4A. Windows color (decimal): -11057100 or 3426391. OLE color: 3426391.

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

Color convert

RGB877252-
CMYK00.170.400.66
HSL34.29º25.18%27.25%-
HSV(B)34.29º40.23%34.12%-
XYZ6.876.914.22-
YUV74.2115.47137.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=41.23%
G=34.12%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87725200.170.400.6634.2925.1827.25
Hex574834011284222191b
Octal1271106402150102423133
Binary1010111100100011010001000110100010000101000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574834; }

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

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

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

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

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

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

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

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