#544D07

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

Shades of Bronze Olive #544D07

Tints of Bronze Olive #544D07

Color information

#544D07 (or 0x544D07) is unknown color: approx Bronze Olive. HEX triplet: 54, 4D and 07. RGB value is (84,77,7). Sum of RGB (Red+Green+Blue) = 84+77+7=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #544D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D07 is #ABB2F8. Grayscale: #474747. Windows color (decimal): -11252473 or 478548. OLE color: 478548.

HSL color Cylindrical-coordinate representation of color #544D07: hue angle of 54.55º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #544D07 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB84777-
CMYK00.080.920.67
HSL54.55º84.62%17.84%-
HSV(B)54.55º91.67%32.94%-
XYZ6.357.211.26-
YUV71.1191.82137.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=50%
G=45.83%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8477700.080.920.6754.5584.6217.84
Hex544D7085C43375512
Octal12411570101341036712522
Binary101010010011011110100010111001000011110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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