#544E11

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

Shades of Bronze Olive #544E11

Tints of Bronze Olive #544E11

Color information

#544E11 (or 0x544E11) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 11. RGB value is (84,78,17). Sum of RGB (Red+Green+Blue) = 84+78+17=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #544E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E11 is #ABB1EE. Grayscale: #494949. Windows color (decimal): -11252207 or 1134164. OLE color: 1134164.

HSL color Cylindrical-coordinate representation of color #544E11: hue angle of 54.63º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #544E11 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB847817-
CMYK00.070.800.67
HSL54.63º66.34%19.8%-
HSV(B)54.63º79.76%32.94%-
XYZ6.487.371.61-
YUV72.8496.49135.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 78 (30.86% from 255) = 43.58%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=46.93%
G=43.58%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84781700.070.800.6754.6366.3419.8
Hex544E11075043374214
Octal12411621071201036710224
Binary1010100100111010001011110100001000011110111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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