#544F11

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

Shades of Bronze Olive #544F11

Tints of Bronze Olive #544F11

Color information

#544F11 (or 0x544F11) is unknown color: approx Bronze Olive. HEX triplet: 54, 4F and 11. RGB value is (84,79,17). Sum of RGB (Red+Green+Blue) = 84+79+17=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #544F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F11 is #ABB0EE. Grayscale: #494949. Windows color (decimal): -11251951 or 1134420. OLE color: 1134420.

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

Color convert

RGB847917-
CMYK00.060.800.67
HSL55.52º66.34%19.8%-
HSV(B)55.52º79.76%32.94%-
XYZ6.557.521.64-
YUV73.4396.16135.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=46.67%
G=43.89%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84791700.060.800.6755.5266.3419.8
Hex544F11065043384214
Octal12411721061201037010224
Binary1010100100111110001011010100001000011111000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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