#544938

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

Shades of Metallic Bronze #544938

Tints of Metallic Bronze #544938

Color information

#544938 (or 0x544938) is unknown color: approx Metallic Bronze. HEX triplet: 54, 49 and 38. RGB value is (84,73,56). Sum of RGB (Red+Green+Blue) = 84+73+56=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #544938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544938 is #ABB6C7. Grayscale: #4A4A4A. Windows color (decimal): -11253448 or 3688788. OLE color: 3688788.

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

Color convert

RGB847356-
CMYK00.130.330.67
HSL36.43º20%27.45%-
HSV(B)36.43º33.33%32.94%-
XYZ6.756.944.72-
YUV74.35117.64134.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.44%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=39.44%
G=34.27%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84735600.130.330.6736.432027.45
Hex5449380D214324141b
Octal1241117001541103442433
Binary101010010010011110000110110000110000111001001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544938; }

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

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

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

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

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

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

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

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