#544D14

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

Shades of Bronze Olive #544D14

Tints of Bronze Olive #544D14

Color information

#544D14 (or 0x544D14) is unknown color: approx Bronze Olive. HEX triplet: 54, 4D and 14. RGB value is (84,77,20). Sum of RGB (Red+Green+Blue) = 84+77+20=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #544D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D14 is #ABB2EB. Grayscale: #484848. Windows color (decimal): -11252460 or 1330516. OLE color: 1330516.

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

Color convert

RGB847720-
CMYK00.080.760.67
HSL53.44º61.54%20.39%-
HSV(B)53.44º76.19%32.94%-
XYZ6.447.241.72-
YUV72.698.32136.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 77 (30.47% from 255) = 42.54%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=46.41%
G=42.54%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84772000.080.760.6753.4461.5420.39
Hex544D14084C43353e14
Octal12411524010114103657624
Binary1010100100110110100010001001100100001111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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