#839576

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

Shades of Amulet #839576

Tints of Amulet #839576

Color information

#839576 (or 0x839576) is unknown color: approx Amulet. HEX triplet: 83, 95 and 76. RGB value is (131,149,118). Sum of RGB (Red+Green+Blue) = 131+149+118=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #839576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839576 is #7C6A89. Grayscale: #8C8C8C. Windows color (decimal): -8153738 or 7771523. OLE color: 7771523.

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

Color convert

RGB131149118-
CMYK0.1200.210.42
HSL94.84º12.76%52.35%-
HSV(B)94.84º20.81%58.43%-
XYZ23.3827.6321.24-
YUV140.08115.54121.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=32.91%
G=37.44%
B=29.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311491180.1200.210.4294.8412.7652.35
Hex839576C0152A5fd34
Octal20322516614025521371564
Binary10000011100101011110110110001010110101010111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839576; }

 p { color: rgb(131,149,118); }

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

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

 a { background-color: rgb(131,149,118); }

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

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

 span { border-color: rgb(131,149,118); }

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