#544B3B

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

Shades of Metallic Bronze #544B3B

Tints of Metallic Bronze #544B3B

Color information

#544B3B (or 0x544B3B) is unknown color: approx Metallic Bronze. HEX triplet: 54, 4B and 3B. RGB value is (84,75,59). Sum of RGB (Red+Green+Blue) = 84+75+59=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #544B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B3B is #ABB4C4. Grayscale: #4B4B4B. Windows color (decimal): -11252933 or 3885908. OLE color: 3885908.

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

Color convert

RGB847559-
CMYK00.110.300.67
HSL38.4º17.48%28.04%-
HSV(B)38.4º29.76%32.94%-
XYZ6.967.235.17-
YUV75.87118.48133.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=38.53%
G=34.40%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84755900.110.300.6738.417.4828.04
Hex544B3B0B1E4326111c
Octal1241137301336103462134
Binary10101001001011111011010111111010000111001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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