Html Css Color HEX #839577 Amulet

📋 copy color: '#839577'

red 131 ◦ green 149 ◦ blue 119

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

Shades of Amulet #839577

Tints of Amulet #839577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 119 (46.88% from 255) = 29.82%

R = 32.83%
G = 37.34%
B = 29.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#839577 (or 0x839577) is known color: Amulet. HEX triplet: 83, 95 and 77. RGB value is (131,149,119). Sum of RGB (Red+Green+Blue) = 131+149+119=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #839577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839577 is #7C6A88. Grayscale: #8C8C8C. Windows color (decimal): -8153737 or 7837059. OLE color: 7837059.

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

Color convert

RGB 131 149 119 -
CMYK 0.12 0 0.20 0.42
HSL 96º 0.12% 0.53% -
HSV(B) 96º 0.2% 0.58% -
XYZ 23.44 27.65 21.55 -
YUV 140.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 131 149 119 0.12 0 0.20 0.42 96 0.12 0.53
Hex 83 95 77 C 0 14 2A 60 C 35
Octal 203 225 167 14 0 24 52 140 14 65
Binary 10000011 10010101 1110111 1100 0 10100 101010 1100000 1100 110101

Color Harmonies of #839577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839577

Black with #839577

Text Example


Text Example

White with #839577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839577; }

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

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

background-color css

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

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

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

border-color css

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

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

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