#83957F

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

Shades of Amulet #83957F

Tints of Amulet #83957F

Color information

#83957F (or 0x83957F) is unknown color: approx Amulet. HEX triplet: 83, 95 and 7F. RGB value is (131,149,127). Sum of RGB (Red+Green+Blue) = 131+149+127=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #83957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83957F is #7C6A80. Grayscale: #8D8D8D. Windows color (decimal): -8153729 or 8361347. OLE color: 8361347.

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

Color convert

RGB131149127-
CMYK0.1200.150.42
HSL109.09º9.4%54.12%-
HSV(B)109.09º14.77%58.43%-
XYZ23.9427.8524.19-
YUV141.11120.04120.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 127 (50% from 255) = 31.20%
R=32.19%
G=36.61%
B=31.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311491270.1200.150.42109.099.454.12
Hex83957FC0F2A6d936
Octal20322517714017521551166
Binary1000001110010101111111111000111110101011011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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