#544E16

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

Shades of Bronze Olive #544E16

Tints of Bronze Olive #544E16

Color information

#544E16 (or 0x544E16) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 16. RGB value is (84,78,22). Sum of RGB (Red+Green+Blue) = 84+78+22=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #544E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E16 is #ABB1E9. Grayscale: #494949. Windows color (decimal): -11252202 or 1461844. OLE color: 1461844.

HSL color Cylindrical-coordinate representation of color #544E16: hue angle of 54.19º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #544E16 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB847822-
CMYK00.070.740.67
HSL54.19º58.49%20.78%-
HSV(B)54.19º73.81%32.94%-
XYZ6.537.391.84-
YUV73.4198.99135.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=45.65%
G=42.39%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84782200.070.740.6754.1958.4920.78
Hex544E16074A43363a15
Octal1241162607112103667225
Binary101010010011101011001111001010100001111011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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