#544921

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

Shades of Bronze Olive #544921

Tints of Bronze Olive #544921

Color information

#544921 (or 0x544921) is unknown color: approx Bronze Olive. HEX triplet: 54, 49 and 21. RGB value is (84,73,33). Sum of RGB (Red+Green+Blue) = 84+73+33=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #544921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544921 is #ABB6DE. Grayscale: #474747. Windows color (decimal): -11253471 or 2181460. OLE color: 2181460.

HSL color Cylindrical-coordinate representation of color #544921: hue angle of 47.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #544921 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB847333-
CMYK00.130.610.67
HSL47.06º43.59%22.94%-
HSV(B)47.06º60.71%32.94%-
XYZ6.316.762.41-
YUV71.73106.14136.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=44.21%
G=38.42%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84733300.130.610.6747.0643.5922.94
Hex5449210D3D432f2c17
Octal1241114101575103575427
Binary1010100100100110000101101111101100001110111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544921; }

 p { color: rgb(84,73,33); }

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

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

 a { background-color: rgb(84,73,33); }

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

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

 span { border-color: rgb(84,73,33); }

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