#544E1C

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

Shades of Bronze Olive #544E1C

Tints of Bronze Olive #544E1C

Color information

#544E1C (or 0x544E1C) is unknown color: approx Bronze Olive. HEX triplet: 54, 4E and 1C. RGB value is (84,78,28). Sum of RGB (Red+Green+Blue) = 84+78+28=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E1C is #ABB1E3. Grayscale: #4A4A4A. Windows color (decimal): -11252196 or 1855060. OLE color: 1855060.

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

Color convert

RGB847828-
CMYK00.070.670.67
HSL53.57º50%21.96%-
HSV(B)53.57º66.67%32.94%-
XYZ6.597.422.18-
YUV74.09101.99135.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=44.21%
G=41.05%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84782800.070.670.6753.575021.96
Hex544E1C074343363216
Octal1241163407103103666226
Binary101010010011101110001111000011100001111011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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