#544A3B

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

Shades of Metallic Bronze #544A3B

Tints of Metallic Bronze #544A3B

Color information

#544A3B (or 0x544A3B) is unknown color: approx Metallic Bronze. HEX triplet: 54, 4A and 3B. RGB value is (84,74,59). Sum of RGB (Red+Green+Blue) = 84+74+59=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #544A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A3B is #ABB5C4. Grayscale: #4B4B4B. Windows color (decimal): -11253189 or 3885652. OLE color: 3885652.

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

Color convert

RGB847459-
CMYK00.120.300.67
HSL36º17.48%28.04%-
HSV(B)36º29.76%32.94%-
XYZ6.897.15.14-
YUV75.28118.81134.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=38.71%
G=34.10%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84745900.120.300.673617.4828.04
Hex544A3B0C1E4324111c
Octal1241127301436103442134
Binary10101001001010111011011001111010000111001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544A3B; }

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

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

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

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

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

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

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

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