#574835

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

Shades of Metallic Bronze #574835

Tints of Metallic Bronze #574835

Color information

#574835 (or 0x574835) is unknown color: approx Metallic Bronze. HEX triplet: 57, 48 and 35. RGB value is (87,72,53). Sum of RGB (Red+Green+Blue) = 87+72+53=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #574835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574835 is #A8B7CA. Grayscale: #4A4A4A. Windows color (decimal): -11057099 or 3491927. OLE color: 3491927.

HSL color Cylindrical-coordinate representation of color #574835: hue angle of 33.53º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #574835 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB877253-
CMYK00.170.390.66
HSL33.53º24.29%27.45%-
HSV(B)33.53º39.08%34.12%-
XYZ6.896.924.34-
YUV74.32115.97137.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.04%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 53 (21.09% from 255) = 25%
R=41.04%
G=33.96%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87725300.170.390.6633.5324.2927.45
Hex574835011274222181b
Octal1271106502147102423033
Binary1010111100100011010101000110011110000101000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574835; }

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

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

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

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

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

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

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

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