#849477

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

Shades of Amulet #849477

Tints of Amulet #849477

Color information

#849477 (or 0x849477) is unknown color: approx Amulet. HEX triplet: 84, 94 and 77. RGB value is (132,148,119). Sum of RGB (Red+Green+Blue) = 132+148+119=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #849477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849477 is #7B6B88. Grayscale: #8C8C8C. Windows color (decimal): -8088457 or 7836804. OLE color: 7836804.

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

Color convert

RGB132148119-
CMYK0.1100.200.42
HSL93.1º11.93%52.35%-
HSV(B)93.1º19.59%58.04%-
XYZ23.4427.4221.51-
YUV139.91116.2122.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=33.08%
G=37.09%
B=29.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481190.1100.200.4293.111.9352.35
Hex849477B0142A5dc34
Octal20422416713024521351464
Binary10000100100101001110111101101010010101010111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849477; }

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

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

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

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

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

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

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

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