#849479

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

Shades of Amulet #849479

Tints of Amulet #849479

Color information

#849479 (or 0x849479) is unknown color: approx Amulet. HEX triplet: 84, 94 and 79. RGB value is (132,148,121). Sum of RGB (Red+Green+Blue) = 132+148+121=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #849479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849479 is #7B6B86. Grayscale: #8C8C8C. Windows color (decimal): -8088455 or 7967876. OLE color: 7967876.

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

Color convert

RGB132148121-
CMYK0.1100.180.42
HSL95.56º11.2%52.75%-
HSV(B)95.56º18.24%58.04%-
XYZ23.5627.4722.15-
YUV140.14117.2122.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=32.92%
G=36.91%
B=30.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481210.1100.180.4295.5611.252.75
Hex849479B0122A60b35
Octal20422417113022521401365
Binary10000100100101001111001101101001010101011000001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849479; }

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

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

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

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

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

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

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

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