#54493B

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

Shades of Metallic Bronze #54493B

Tints of Metallic Bronze #54493B

Color information

#54493B (or 0x54493B) is unknown color: approx Metallic Bronze. HEX triplet: 54, 49 and 3B. RGB value is (84,73,59). Sum of RGB (Red+Green+Blue) = 84+73+59=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #54493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54493B is #ABB6C4. Grayscale: #4A4A4A. Windows color (decimal): -11253445 or 3885396. OLE color: 3885396.

HSL color Cylindrical-coordinate representation of color #54493B: hue angle of 33.6º 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 #54493B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB847359-
CMYK00.130.300.67
HSL33.6º17.48%28.04%-
HSV(B)33.6º29.76%32.94%-
XYZ6.836.975.12-
YUV74.69119.14134.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 59 (23.44% from 255) = 27.31%
R=38.89%
G=33.80%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84735900.130.300.6733.617.4828.04
Hex54493B0D1E4322111c
Octal1241117301536103422134
Binary10101001001001111011011011111010000111000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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