#544414

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

Shades of Bronze Olive #544414

Tints of Bronze Olive #544414

Color information

#544414 (or 0x544414) is unknown color: approx Bronze Olive. HEX triplet: 54, 44 and 14. RGB value is (84,68,20). Sum of RGB (Red+Green+Blue) = 84+68+20=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #544414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544414 is #ABBBEB. Grayscale: #434343. Windows color (decimal): -11254764 or 1328212. OLE color: 1328212.

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

Color convert

RGB846820-
CMYK00.190.760.67
HSL45º61.54%20.39%-
HSV(B)45º76.19%32.94%-
XYZ5.856.071.53-
YUV67.31101.3139.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=48.84%
G=39.53%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84682000.190.760.674561.5420.39
Hex5444140134C432d3e14
Octal12410424023114103557624
Binary10101001000100101000100111001100100001110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544414; }

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

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

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

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

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

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

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

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