#83997C

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

Shades of Amulet #83997C

Tints of Amulet #83997C

Color information

#83997C (or 0x83997C) is unknown color: approx Amulet. HEX triplet: 83, 99 and 7C. RGB value is (131,153,124). Sum of RGB (Red+Green+Blue) = 131+153+124=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #83997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83997C is #7C6683. Grayscale: #8F8F8F. Windows color (decimal): -8152708 or 8165763. OLE color: 8165763.

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

Color convert

RGB131153124-
CMYK0.1400.190.4
HSL105.52º12.45%54.31%-
HSV(B)105.52º18.95%60%-
XYZ24.3929.0623.39-
YUV143.12117.21119.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=32.11%
G=37.5%
B=30.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531240.1400.190.4105.5212.4554.31
Hex83997CE013286ac36
Octal20323117416023501521466
Binary10000011100110011111100111001001110100011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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