Html Css Color HEX #83947B Amulet

📋 copy color: '#83947B'

red 131 ◦ green 148 ◦ blue 123

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

Shades of Amulet #83947B

Tints of Amulet #83947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.6%

R = 32.59%
G = 36.82%
B = 30.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#83947B (or 0x83947B) is known color: Amulet. HEX triplet: 83, 94 and 7B. RGB value is (131,148,123). Sum of RGB (Red+Green+Blue) = 131+148+123=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #83947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83947B is #7C6B84. Grayscale: #8C8C8C. Windows color (decimal): -8153989 or 8098947. OLE color: 8098947.

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

Color convert

RGB 131 148 123 -
CMYK 0.11 0 0.17 0.42
HSL 100.8º 0.1% 0.53% -
HSV(B) 100.8º 0.17% 0.58% -
XYZ 23.53 27.44 22.79 -
YUV 140.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 131 148 123 0.11 0 0.17 0.42 100.8 0.1 0.53
Hex 83 94 7B B 0 11 2A 65 A 35
Octal 203 224 173 13 0 21 52 145 12 65
Binary 10000011 10010100 1111011 1011 0 10001 101010 1100101 1010 110101

Color Harmonies of #83947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83947B

Black with #83947B

Text Example


Text Example

White with #83947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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