Html Css Color HEX #829475 Amulet

📋 copy color: '#829475'

red 130 ◦ green 148 ◦ blue 117

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

Shades of Amulet #829475

Tints of Amulet #829475

RGB

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

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

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

R = 32.91%
G = 37.47%
B = 29.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#829475 (or 0x829475) is known color: Amulet. HEX triplet: 82, 94 and 75. RGB value is (130,148,117). Sum of RGB (Red+Green+Blue) = 130+148+117=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #829475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829475 is #7D6B8A. Grayscale: #8B8B8B. Windows color (decimal): -8219531 or 7705730. OLE color: 7705730.

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

Color convert

RGB 130 148 117 -
CMYK 0.12 0 0.21 0.42
HSL 94.84º 0.13% 0.52% -
HSV(B) 94.84º 0.21% 0.58% -
XYZ 23.01 27.21 20.87 -
YUV 139.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 130 148 117 0.12 0 0.21 0.42 94.84 0.13 0.52
Hex 82 94 75 C 0 15 2A 5F D 34
Octal 202 224 165 14 0 25 52 137 15 64
Binary 10000010 10010100 1110101 1100 0 10101 101010 1011111 1101 110100

Color Harmonies of #829475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829475

Black with #829475

Text Example


Text Example

White with #829475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829475; }

 p { color: rgb(130,148,117); }

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

background-color css

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

 a { background-color: rgb(130,148,117); }

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

border-color css

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

 span { border-color: rgb(130,148,117); }

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