#54473B

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

Shades of Metallic Bronze #54473B

Tints of Metallic Bronze #54473B

Color information

#54473B (or 0x54473B) is unknown color: approx Metallic Bronze. HEX triplet: 54, 47 and 3B. RGB value is (84,71,59). Sum of RGB (Red+Green+Blue) = 84+71+59=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #54473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54473B is #ABB8C4. Grayscale: #494949. Windows color (decimal): -11253957 or 3884884. OLE color: 3884884.

HSL color Cylindrical-coordinate representation of color #54473B: hue angle of 28.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #54473B is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB847159-
CMYK00.150.300.67
HSL28.8º17.48%28.04%-
HSV(B)28.8º29.76%32.94%-
XYZ6.76.715.08-
YUV73.52119.81135.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=39.25%
G=33.18%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84715900.150.300.6728.817.4828.04
Hex54473B0F1E431d111c
Octal1241077301736103352134
Binary1010100100011111101101111111101000011111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54473B; }

 p { color: rgb(84,71,59); }

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

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

 a { background-color: rgb(84,71,59); }

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

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

 span { border-color: rgb(84,71,59); }

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