#544B3D

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

Shades of Metallic Bronze #544B3D

Tints of Metallic Bronze #544B3D

Color information

#544B3D (or 0x544B3D) is unknown color: approx Metallic Bronze. HEX triplet: 54, 4B and 3D. RGB value is (84,75,61). Sum of RGB (Red+Green+Blue) = 84+75+61=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B3D is #ABB4C2. Grayscale: #4C4C4C. Windows color (decimal): -11252931 or 4016980. OLE color: 4016980.

HSL color Cylindrical-coordinate representation of color #544B3D: hue angle of 36.52º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #544B3D is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB847561-
CMYK00.110.270.67
HSL36.52º15.86%28.43%-
HSV(B)36.52º27.38%32.94%-
XYZ7.017.255.45-
YUV76.1119.48133.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=38.18%
G=34.09%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84756100.110.270.6736.5215.8628.43
Hex544B3D0B1B4325101c
Octal1241137501333103452034
Binary10101001001011111101010111101110000111001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,75,61); }

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

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

 a { background-color: rgb(84,75,61); }

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

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

 span { border-color: rgb(84,75,61); }

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