Html Css Color HEX #839971 Amulet

📋 copy color: '#839971'

red 131 ◦ green 153 ◦ blue 113

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

Shades of Amulet #839971

Tints of Amulet #839971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.54%

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 33%
G = 38.54%
B = 28.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#839971 (or 0x839971) is known color: Amulet. HEX triplet: 83, 99 and 71. RGB value is (131,153,113). Sum of RGB (Red+Green+Blue) = 131+153+113=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #839971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839971 is #7C668E. Grayscale: #8E8E8E. Windows color (decimal): -8152719 or 7444867. OLE color: 7444867.

HSL color Cylindrical-coordinate representation of color #839971: hue angle of 93º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #839971 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 113 -
CMYK 0.14 0 0.26 0.4
HSL 93º 0.16% 0.52% -
HSV(B) 93º 0.26% 0.6% -
XYZ 23.73 28.8 19.93 -
YUV 141.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 131 153 113 0.14 0 0.26 0.4 93 0.16 0.52
Hex 83 99 71 E 0 1A 28 5D 10 34
Octal 203 231 161 16 0 32 50 135 20 64
Binary 10000011 10011001 1110001 1110 0 11010 101000 1011101 10000 110100

Color Harmonies of #839971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839971

Black with #839971

Text Example


Text Example

White with #839971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839971; }

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

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

background-color css

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

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

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

border-color css

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

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

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