#544A3F

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

Shades of Metallic Bronze #544A3F

Tints of Metallic Bronze #544A3F

Color information

#544A3F (or 0x544A3F) is unknown color: approx Metallic Bronze. HEX triplet: 54, 4A and 3F. RGB value is (84,74,63). Sum of RGB (Red+Green+Blue) = 84+74+63=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A3F is #ABB5C0. Grayscale: #4B4B4B. Windows color (decimal): -11253185 or 4147796. OLE color: 4147796.

HSL color Cylindrical-coordinate representation of color #544A3F: hue angle of 31.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #544A3F is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB847463-
CMYK00.120.250.67
HSL31.43º14.29%28.82%-
HSV(B)31.43º25%32.94%-
XYZ77.145.71-
YUV75.74120.81133.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 63 (25% from 255) = 28.51%
R=38.01%
G=33.48%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84746300.120.250.6731.4314.2928.82
Hex544A3F0C19431fe1d
Octal1241127701431103371635
Binary101010010010101111110110011001100001111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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