#83957C

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

Shades of Amulet #83957C

Tints of Amulet #83957C

Color information

#83957C (or 0x83957C) is unknown color: approx Amulet. HEX triplet: 83, 95 and 7C. RGB value is (131,149,124). Sum of RGB (Red+Green+Blue) = 131+149+124=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #83957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83957C is #7C6A83. Grayscale: #8C8C8C. Windows color (decimal): -8153732 or 8164739. OLE color: 8164739.

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

Color convert

RGB131149124-
CMYK0.1200.170.42
HSL103.2º10.55%53.53%-
HSV(B)103.2º16.78%58.43%-
XYZ23.7527.7823.18-
YUV140.77118.54121.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=32.43%
G=36.88%
B=30.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311491240.1200.170.42103.210.5553.53
Hex83957CC0112A67b36
Octal20322517414021521471366
Binary10000011100101011111100110001000110101011001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83957C; }

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

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

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

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

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

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

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

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