#839479

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

Shades of Amulet #839479

Tints of Amulet #839479

Color information

#839479 (or 0x839479) is unknown color: approx Amulet. HEX triplet: 83, 94 and 79. RGB value is (131,148,121). Sum of RGB (Red+Green+Blue) = 131+148+121=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #839479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839479 is #7C6B86. Grayscale: #8B8B8B. Windows color (decimal): -8153991 or 7967875. OLE color: 7967875.

HSL color Cylindrical-coordinate representation of color #839479: hue angle of 97.78º 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 #839479 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB131148121-
CMYK0.1100.180.42
HSL97.78º11.2%52.75%-
HSV(B)97.78º18.24%58.04%-
XYZ23.427.3922.14-
YUV139.84117.37121.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=32.75%
G=37%
B=30.25%

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
Decimal1311481210.1100.180.4297.7811.252.75
Hex839479B0122A62b35
Octal20322417113022521421365
Binary10000011100101001111001101101001010101011000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839479; }

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

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

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

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

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

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

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

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