#544B11

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

Shades of Bronze Olive #544B11

Tints of Bronze Olive #544B11

Color information

#544B11 (or 0x544B11) is unknown color: approx Bronze Olive. HEX triplet: 54, 4B and 11. RGB value is (84,75,17). Sum of RGB (Red+Green+Blue) = 84+75+17=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #544B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544B11 is #ABB4EE. Grayscale: #474747. Windows color (decimal): -11252975 or 1133396. OLE color: 1133396.

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

Color convert

RGB847517-
CMYK00.110.800.67
HSL51.94º66.34%19.8%-
HSV(B)51.94º79.76%32.94%-
XYZ6.276.961.54-
YUV71.0897.48137.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=47.73%
G=42.61%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84751700.110.800.6751.9466.3419.8
Hex544B110B5043344214
Octal124113210131201036410224
Binary10101001001011100010101110100001000011110100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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