Html Css Color HEX #839479 Amulet

📋 copy color: '#839479'

red 131 ◦ green 148 ◦ blue 121

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

Shades of Amulet #839479

Tints of Amulet #839479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.25%

R = 32.75%
G = 37%
B = 30.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#839479 (or 0x839479) is known color: Amulet. HEX triplet: 83, 94 and 79. RGB value is (131,148,121). Sum of RGB (Red+Green+Blue) = 131+148+121=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #839479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839479 is #7C6B86. Grayscale: #8B8B8B. Windows color (decimal): -8153991 or 7967875. OLE color: 7967875.

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

Color convert

RGB 131 148 121 -
CMYK 0.11 0 0.18 0.42
HSL 97.78º 0.11% 0.53% -
HSV(B) 97.78º 0.18% 0.58% -
XYZ 23.4 27.39 22.14 -
YUV 139.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 131 148 121 0.11 0 0.18 0.42 97.78 0.11 0.53
Hex 83 94 79 B 0 12 2A 62 B 35
Octal 203 224 171 13 0 22 52 142 13 65
Binary 10000011 10010100 1111001 1011 0 10010 101010 1100010 1011 110101

Color Harmonies of #839479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839479

Black with #839479

Text Example


Text Example

White with #839479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839479; }

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

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

background-color css

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

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

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

border-color css

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

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

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