Html Css Color HEX #849479 Amulet

📋 copy color: '#849479'

red 132 ◦ green 148 ◦ blue 121

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

Shades of Amulet #849479

Tints of Amulet #849479

RGB

 RED value IS 132 (51.95% from 255) = 32.92%

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

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

R = 32.92%
G = 36.91%
B = 30.17%

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

#849479 (or 0x849479) is known color: Amulet. HEX triplet: 84, 94 and 79. RGB value is (132,148,121). Sum of RGB (Red+Green+Blue) = 132+148+121=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #849479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849479 is #7B6B86. Grayscale: #8C8C8C. Windows color (decimal): -8088455 or 7967876. OLE color: 7967876.

HSL color Cylindrical-coordinate representation of color #849479: hue angle of 95.56º 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 #849479 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 148 121 -
CMYK 0.11 0 0.18 0.42
HSL 95.56º 0.11% 0.53% -
HSV(B) 95.56º 0.18% 0.58% -
XYZ 23.56 27.47 22.15 -
YUV 140.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 132 148 121 0.11 0 0.18 0.42 95.56 0.11 0.53
Hex 84 94 79 B 0 12 2A 60 B 35
Octal 204 224 171 13 0 22 52 140 13 65
Binary 10000100 10010100 1111001 1011 0 10010 101010 1100000 1011 110101

Color Harmonies of #849479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849479

Black with #849479

Text Example


Text Example

White with #849479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849479; }

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

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

background-color css

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

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

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

border-color css

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

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

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