#544E20

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

Shades of Bronze Olive #544E20

Tints of Bronze Olive #544E20

Color information

#544E20 (or 0x544E20) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 20. RGB value is (84,78,32). Sum of RGB (Red+Green+Blue) = 84+78+32=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #544E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E20 is #ABB1DF. Grayscale: #4A4A4A. Windows color (decimal): -11252192 or 2117204. OLE color: 2117204.

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

Color convert

RGB847832-
CMYK00.070.620.67
HSL53.08º44.83%22.75%-
HSV(B)53.08º61.9%32.94%-
XYZ6.647.442.45-
YUV74.55103.99134.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 78 (30.86% from 255) = 40.21%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=43.30%
G=40.21%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84783200.070.620.6753.0844.8322.75
Hex544E20073E43352d17
Octal124116400776103655527
Binary101010010011101000000111111110100001111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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