#544E15

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

Shades of Bronze Olive #544E15

Tints of Bronze Olive #544E15

Color information

#544E15 (or 0x544E15) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 15. RGB value is (84,78,21). Sum of RGB (Red+Green+Blue) = 84+78+21=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #544E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E15 is #ABB1EA. Grayscale: #494949. Windows color (decimal): -11252203 or 1396308. OLE color: 1396308.

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

Color convert

RGB847821-
CMYK00.070.750.67
HSL54.29º60%20.59%-
HSV(B)54.29º75%32.94%-
XYZ6.527.391.79-
YUV73.398.49135.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 78 (30.86% from 255) = 42.62%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=45.90%
G=42.62%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84782100.070.750.6754.296020.59
Hex544E15074B43363c15
Octal1241162507113103667425
Binary101010010011101010101111001011100001111011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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