#84947B

Color #84947B Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #84947B

Tints of Amulet #84947B

Color information

#84947B (or 0x84947B) is unknown color: approx Amulet. HEX triplet: 84, 94 and 7B. RGB value is (132,148,123). Sum of RGB (Red+Green+Blue) = 132+148+123=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #84947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84947B is #7B6B84. Grayscale: #8C8C8C. Windows color (decimal): -8088453 or 8098948. OLE color: 8098948.

HSL color Cylindrical-coordinate representation of color #84947B: hue angle of 98.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84947B is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB132148123-
CMYK0.1100.170.42
HSL98.4º10.46%53.14%-
HSV(B)98.4º16.89%58.04%-
XYZ23.6827.5222.8-
YUV140.37118.2122.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=32.75%
G=36.72%
B=30.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481230.1100.170.4298.410.4653.14
Hex84947BB0112A62a35
Octal20422417313021521421265
Binary10000100100101001111011101101000110101011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84947B; }

 p { color: rgb(132,148,123); }

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

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

 a { background-color: rgb(132,148,123); }

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

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

 span { border-color: rgb(132,148,123); }

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