#544F14

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

Shades of Bronze Olive #544F14

Tints of Bronze Olive #544F14

Color information

#544F14 (or 0x544F14) is unknown color: approx Bronze Olive. HEX triplet: 54, 4F and 14. RGB value is (84,79,20). Sum of RGB (Red+Green+Blue) = 84+79+20=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #544F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F14 is #ABB0EB. Grayscale: #4A4A4A. Windows color (decimal): -11251948 or 1331028. OLE color: 1331028.

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

Color convert

RGB847920-
CMYK00.060.760.67
HSL55.31º61.54%20.39%-
HSV(B)55.31º76.19%32.94%-
XYZ6.587.531.77-
YUV73.7797.66135.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=45.90%
G=43.17%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84792000.060.760.6755.3161.5420.39
Hex544F14064C43373e14
Octal1241172406114103677624
Binary101010010011111010001101001100100001111011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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