Html Css Color HEX #83947C Amulet

📋 copy color: '#83947C'

red 131 ◦ green 148 ◦ blue 124

#83947C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #83947C

Tints of Amulet #83947C

RGB

 RED value IS 131 (51.56% from 255) = 32.51%

 GREEN value IS 148 (58.2% from 255) = 36.72%

 BLUE value IS 124 (48.83% from 255) = 30.77%

R = 32.51%
G = 36.72%
B = 30.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#83947C (or 0x83947C) is known color: Amulet. HEX triplet: 83, 94 and 7C. RGB value is (131,148,124). Sum of RGB (Red+Green+Blue) = 131+148+124=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #83947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83947C is #7C6B83. Grayscale: #8C8C8C. Windows color (decimal): -8153988 or 8164483. OLE color: 8164483.

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

Color convert

RGB 131 148 124 -
CMYK 0.11 0 0.16 0.42
HSL 102.5º 0.1% 0.53% -
HSV(B) 102.5º 0.16% 0.58% -
XYZ 23.59 27.46 23.13 -
YUV 140.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 131 148 124 0.11 0 0.16 0.42 102.5 0.1 0.53
Hex 83 94 7C B 0 10 2A 66 A 35
Octal 203 224 174 13 0 20 52 146 12 65
Binary 10000011 10010100 1111100 1011 0 10000 101010 1100110 1010 110101

Color Harmonies of #83947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83947C

Black with #83947C

Text Example


Text Example

White with #83947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83947C;
 }
 .AnyTagClassName
 {
   color: #83947C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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