#83997F

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

Shades of Amulet #83997F

Tints of Amulet #83997F

Color information

#83997F (or 0x83997F) is unknown color: approx Amulet. HEX triplet: 83, 99 and 7F. RGB value is (131,153,127). Sum of RGB (Red+Green+Blue) = 131+153+127=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #83997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83997F is #7C6680. Grayscale: #8F8F8F. Windows color (decimal): -8152705 or 8362371. OLE color: 8362371.

HSL color Cylindrical-coordinate representation of color #83997F: hue angle of 110.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83997F is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB131153127-
CMYK0.1400.170.4
HSL110.77º11.3%54.9%-
HSV(B)110.77º16.99%60%-
XYZ24.5829.1424.41-
YUV143.46118.71119.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 127 (50% from 255) = 30.90%
R=31.87%
G=37.23%
B=30.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531270.1400.170.4110.7711.354.9
Hex83997FE011286fb37
Octal20323117716021501571367
Binary10000011100110011111111111001000110100011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83997F; }

 p { color: rgb(131,153,127); }

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

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

 a { background-color: rgb(131,153,127); }

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

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

 span { border-color: rgb(131,153,127); }

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