#544E10

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

Shades of Bronze Olive #544E10

Tints of Bronze Olive #544E10

Color information

#544E10 (or 0x544E10) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 10. RGB value is (84,78,16). Sum of RGB (Red+Green+Blue) = 84+78+16=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #544E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E10 is #ABB1EF. Grayscale: #484848. Windows color (decimal): -11252208 or 1068628. OLE color: 1068628.

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

Color convert

RGB847816-
CMYK00.070.810.67
HSL54.71º68%19.61%-
HSV(B)54.71º80.95%32.94%-
XYZ6.477.371.57-
YUV72.7395.99136.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 78 (30.86% from 255) = 43.82%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=47.19%
G=43.82%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84781600.070.810.6754.716819.61
Hex544E10075143374414
Octal12411620071211036710424
Binary1010100100111010000011110100011000011110111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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