#54493A

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

Shades of Metallic Bronze #54493A

Tints of Metallic Bronze #54493A

Color information

#54493A (or 0x54493A) is unknown color: approx Metallic Bronze. HEX triplet: 54, 49 and 3A. RGB value is (84,73,58). Sum of RGB (Red+Green+Blue) = 84+73+58=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #54493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54493A is #ABB6C5. Grayscale: #4A4A4A. Windows color (decimal): -11253446 or 3819860. OLE color: 3819860.

HSL color Cylindrical-coordinate representation of color #54493A: hue angle of 34.62º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54493A is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB847358-
CMYK00.130.310.67
HSL34.62º18.31%27.84%-
HSV(B)34.62º30.95%32.94%-
XYZ6.86.964.99-
YUV74.58118.64134.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=39.07%
G=33.95%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84735800.130.310.6734.6218.3127.84
Hex54493A0D1F4323121c
Octal1241117201537103432234
Binary10101001001001111010011011111110000111000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54493A; }

 p { color: rgb(84,73,58); }

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

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

 a { background-color: rgb(84,73,58); }

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

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

 span { border-color: rgb(84,73,58); }

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