Html Css Color HEX #849975 Amulet

📋 copy color: '#849975'

red 132 ◦ green 153 ◦ blue 117

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

Shades of Amulet #849975

Tints of Amulet #849975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 32.84%
G = 38.06%
B = 29.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#849975 (or 0x849975) is known color: Amulet. HEX triplet: 84, 99 and 75. RGB value is (132,153,117). Sum of RGB (Red+Green+Blue) = 132+153+117=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #849975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849975 is #7B668A. Grayscale: #8E8E8E. Windows color (decimal): -8087179 or 7707012. OLE color: 7707012.

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

Color convert

RGB 132 153 117 -
CMYK 0.14 0 0.24 0.4
HSL 95º 0.15% 0.53% -
HSV(B) 95º 0.24% 0.6% -
XYZ 24.12 28.97 21.15 -
YUV 142.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 132 153 117 0.14 0 0.24 0.4 95 0.15 0.53
Hex 84 99 75 E 0 18 28 5F F 35
Octal 204 231 165 16 0 30 50 137 17 65
Binary 10000100 10011001 1110101 1110 0 11000 101000 1011111 1111 110101

Color Harmonies of #849975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849975

Black with #849975

Text Example


Text Example

White with #849975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849975; }

 p { color: rgb(132,153,117); }

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

background-color css

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

 a { background-color: rgb(132,153,117); }

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

border-color css

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

 span { border-color: rgb(132,153,117); }

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