#839574

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

Shades of Amulet #839574

Tints of Amulet #839574

Color information

#839574 (or 0x839574) is unknown color: approx Amulet. HEX triplet: 83, 95 and 74. RGB value is (131,149,116). Sum of RGB (Red+Green+Blue) = 131+149+116=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #839574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839574 is #7C6A8B. Grayscale: #8B8B8B. Windows color (decimal): -8153740 or 7640451. OLE color: 7640451.

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

Color convert

RGB131149116-
CMYK0.1200.220.42
HSL92.73º13.47%51.96%-
HSV(B)92.73º22.15%58.43%-
XYZ23.2627.5820.62-
YUV139.86114.54121.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=33.08%
G=37.63%
B=29.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311491160.1200.220.4292.7313.4751.96
Hex839574C0162A5dd34
Octal20322516414026521351564
Binary10000011100101011110100110001011010101010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839574; }

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

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

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

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

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

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

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

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