#544811

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

Shades of Bronze Olive #544811

Tints of Bronze Olive #544811

Color information

#544811 (or 0x544811) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 11. RGB value is (84,72,17). Sum of RGB (Red+Green+Blue) = 84+72+17=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #544811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544811 is #ABB7EE. Grayscale: #454545. Windows color (decimal): -11253743 or 1132628. OLE color: 1132628.

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

Color convert

RGB847217-
CMYK00.140.800.67
HSL49.25º66.34%19.8%-
HSV(B)49.25º79.76%32.94%-
XYZ6.076.561.48-
YUV69.3298.48138.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 17 (7.03% from 255) = 9.83%
R=48.55%
G=41.62%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84721700.140.800.6749.2566.3419.8
Hex5448110E5043314214
Octal124110210161201036110224
Binary10101001001000100010111010100001000011110001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544811; }

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

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

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

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

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

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

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

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