#574936

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

Shades of Metallic Bronze #574936

Tints of Metallic Bronze #574936

Color information

#574936 (or 0x574936) is unknown color: approx Metallic Bronze. HEX triplet: 57, 49 and 36. RGB value is (87,73,54). Sum of RGB (Red+Green+Blue) = 87+73+54=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #574936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574936 is #A8B6C9. Grayscale: #4B4B4B. Windows color (decimal): -11056842 or 3557719. OLE color: 3557719.

HSL color Cylindrical-coordinate representation of color #574936: hue angle of 34.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #574936 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB877354-
CMYK00.160.380.66
HSL34.55º23.4%27.65%-
HSV(B)34.55º37.93%34.12%-
XYZ6.987.064.48-
YUV75.02116.14136.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=40.65%
G=34.11%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87735400.160.380.6634.5523.427.65
Hex574936010264223171c
Octal1271116602046102432734
Binary1010111100100111011001000010011010000101000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574936; }

 p { color: rgb(87,73,54); }

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

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

 a { background-color: rgb(87,73,54); }

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

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

 span { border-color: rgb(87,73,54); }

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