Html Css Color HEX #829971 Amulet

📋 copy color: '#829971'

red 130 ◦ green 153 ◦ blue 113

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

Shades of Amulet #829971

Tints of Amulet #829971

RGB

 RED value IS 130 (51.17% from 255) = 32.83%

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

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

R = 32.83%
G = 38.64%
B = 28.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#829971 (or 0x829971) is known color: Amulet. HEX triplet: 82, 99 and 71. RGB value is (130,153,113). Sum of RGB (Red+Green+Blue) = 130+153+113=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #829971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829971 is #7D668E. Grayscale: #8D8D8D. Windows color (decimal): -8218255 or 7444866. OLE color: 7444866.

HSL color Cylindrical-coordinate representation of color #829971: hue angle of 94.5º 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 #829971 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 113 -
CMYK 0.15 0 0.26 0.4
HSL 94.5º 0.16% 0.52% -
HSV(B) 94.5º 0.26% 0.6% -
XYZ 23.58 28.72 19.92 -
YUV 141.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 130 153 113 0.15 0 0.26 0.4 94.5 0.16 0.52
Hex 82 99 71 F 0 1A 28 5E 10 34
Octal 202 231 161 17 0 32 50 136 20 64
Binary 10000010 10011001 1110001 1111 0 11010 101000 1011110 10000 110100

Color Harmonies of #829971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829971

Black with #829971

Text Example


Text Example

White with #829971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829971; }

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

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

background-color css

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

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

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

border-color css

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

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

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