#544820

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

Shades of Bronze Olive #544820

Tints of Bronze Olive #544820

Color information

#544820 (or 0x544820) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 20. RGB value is (84,72,32). Sum of RGB (Red+Green+Blue) = 84+72+32=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #544820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544820 is #ABB7DF. Grayscale: #474747. Windows color (decimal): -11253728 or 2115668. OLE color: 2115668.

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

Color convert

RGB847232-
CMYK00.140.620.67
HSL46.15º44.83%22.75%-
HSV(B)46.15º61.9%32.94%-
XYZ6.236.622.32-
YUV71.03105.98137.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=44.68%
G=38.30%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84723200.140.620.6746.1544.8322.75
Hex5448200E3E432e2d17
Octal1241104001676103565527
Binary1010100100100010000001110111110100001110111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544820; }

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

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

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

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

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

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

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

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