#544614

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

Shades of Bronze Olive #544614

Tints of Bronze Olive #544614

Color information

#544614 (or 0x544614) is unknown color: approx Bronze Olive. HEX triplet: 54, 46 and 14. RGB value is (84,70,20). Sum of RGB (Red+Green+Blue) = 84+70+20=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #544614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544614 is #ABB9EB. Grayscale: #444444. Windows color (decimal): -11254252 or 1328724. OLE color: 1328724.

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

Color convert

RGB847020-
CMYK00.170.760.67
HSL46.88º61.54%20.39%-
HSV(B)46.88º76.19%32.94%-
XYZ5.976.321.57-
YUV68.49100.64139.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=48.28%
G=40.23%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84702000.170.760.6746.8861.5420.39
Hex5446140114C432f3e14
Octal12410624021114103577624
Binary10101001000110101000100011001100100001110111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544614; }

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

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

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

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

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

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

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

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