#839775

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

Shades of Amulet #839775

Tints of Amulet #839775

Color information

#839775 (or 0x839775) is unknown color: approx Amulet. HEX triplet: 83, 97 and 75. RGB value is (131,151,117). Sum of RGB (Red+Green+Blue) = 131+151+117=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #839775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839775 is #7C688A. Grayscale: #8D8D8D. Windows color (decimal): -8153227 or 7706499. OLE color: 7706499.

HSL color Cylindrical-coordinate representation of color #839775: hue angle of 95.29º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #839775 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB131151117-
CMYK0.1300.230.41
HSL95.29º14.05%52.55%-
HSV(B)95.29º22.52%59.22%-
XYZ23.6428.2421.04-
YUV141.14114.37120.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=32.83%
G=37.84%
B=29.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311511170.1300.230.4195.2914.0552.55
Hex839775D017295fe35
Octal20322716515027511371665
Binary10000011100101111110101110101011110100110111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839775; }

 p { color: rgb(131,151,117); }

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

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

 a { background-color: rgb(131,151,117); }

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

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

 span { border-color: rgb(131,151,117); }

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