#544F1C

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

Shades of Bronze Olive #544F1C

Tints of Bronze Olive #544F1C

Color information

#544F1C (or 0x544F1C) is unknown color: approx Bronze Olive. HEX triplet: 54, 4F and 1C. RGB value is (84,79,28). Sum of RGB (Red+Green+Blue) = 84+79+28=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #544F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F1C is #ABB0E3. Grayscale: #4A4A4A. Windows color (decimal): -11251940 or 1855316. OLE color: 1855316.

HSL color Cylindrical-coordinate representation of color #544F1C: hue angle of 54.64º 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 #544F1C is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB847928-
CMYK00.060.670.67
HSL54.64º50%21.96%-
HSV(B)54.64º66.67%32.94%-
XYZ6.667.562.21-
YUV74.68101.66134.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=43.98%
G=41.36%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84792800.060.670.6754.645021.96
Hex544F1C064343373216
Octal1241173406103103676226
Binary101010010011111110001101000011100001111011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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