#544D16

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

Shades of Bronze Olive #544D16

Tints of Bronze Olive #544D16

Color information

#544D16 (or 0x544D16) is unknown color: approx Bronze Olive. HEX triplet: 54, 4D and 16. RGB value is (84,77,22). Sum of RGB (Red+Green+Blue) = 84+77+22=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #544D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D16 is #ABB2E9. Grayscale: #494949. Windows color (decimal): -11252458 or 1461588. OLE color: 1461588.

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

Color convert

RGB847722-
CMYK00.080.740.67
HSL53.23º58.49%20.78%-
HSV(B)53.23º73.81%32.94%-
XYZ6.457.251.82-
YUV72.8299.32135.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 77 (30.47% from 255) = 42.08%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=45.90%
G=42.08%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84772200.080.740.6753.2358.4920.78
Hex544D16084A43353a15
Octal12411526010112103657225
Binary1010100100110110110010001001010100001111010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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