#544C3C

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

Shades of Metallic Bronze #544C3C

Tints of Metallic Bronze #544C3C

Color information

#544C3C (or 0x544C3C) is unknown color: approx Metallic Bronze. HEX triplet: 54, 4C and 3C. RGB value is (84,76,60). Sum of RGB (Red+Green+Blue) = 84+76+60=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C3C is #ABB3C3. Grayscale: #4C4C4C. Windows color (decimal): -11252676 or 3951700. OLE color: 3951700.

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

Color convert

RGB847660-
CMYK00.100.290.67
HSL40º16.67%28.24%-
HSV(B)40º28.57%32.94%-
XYZ7.067.385.33-
YUV76.57118.65133.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=38.18%
G=34.55%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84766000.100.290.674016.6728.24
Hex544C3C0A1D4328111c
Octal1241147401235103502134
Binary10101001001100111100010101110110000111010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,76,60); }

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

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

 a { background-color: rgb(84,76,60); }

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

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

 span { border-color: rgb(84,76,60); }

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