#544E12

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

Shades of Bronze Olive #544E12

Tints of Bronze Olive #544E12

Color information

#544E12 (or 0x544E12) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 12. RGB value is (84,78,18). Sum of RGB (Red+Green+Blue) = 84+78+18=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #544E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E12 is #ABB1ED. Grayscale: #494949. Windows color (decimal): -11252206 or 1199700. OLE color: 1199700.

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

Color convert

RGB847818-
CMYK00.070.790.67
HSL54.55º64.71%20%-
HSV(B)54.55º78.57%32.94%-
XYZ6.497.381.65-
YUV72.9596.99135.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 78 (30.86% from 255) = 43.33%
BLUE value IS 18 (7.42% from 255) = 10%
R=46.67%
G=43.33%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84781800.070.790.6754.5564.7120
Hex544E12074F43374114
Octal12411622071171036710124
Binary1010100100111010010011110011111000011110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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