#544D20

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

Shades of Bronze Olive #544D20

Tints of Bronze Olive #544D20

Color information

#544D20 (or 0x544D20) is unknown color: approx Bronze Olive. HEX triplet: 54, 4D and 20. RGB value is (84,77,32). Sum of RGB (Red+Green+Blue) = 84+77+32=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #544D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D20 is #ABB2DF. Grayscale: #4A4A4A. Windows color (decimal): -11252448 or 2116948. OLE color: 2116948.

HSL color Cylindrical-coordinate representation of color #544D20: hue angle of 51.92º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544D20 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB847732-
CMYK00.080.620.67
HSL51.92º44.83%22.75%-
HSV(B)51.92º61.9%32.94%-
XYZ6.577.32.43-
YUV73.96104.32135.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=43.52%
G=39.90%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84773200.080.620.6751.9244.8322.75
Hex544D20083E43342d17
Octal1241154001076103645527
Binary1010100100110110000001000111110100001111010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,77,32); }

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

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

 a { background-color: rgb(84,77,32); }

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

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

 span { border-color: rgb(84,77,32); }

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