#829573

Color #829573 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #829573

Tints of Amulet #829573

Color information

#829573 (or 0x829573) is unknown color: approx Amulet. HEX triplet: 82, 95 and 73. RGB value is (130,149,115). Sum of RGB (Red+Green+Blue) = 130+149+115=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #829573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829573 is #7D6A8C. Grayscale: #8B8B8B. Windows color (decimal): -8219277 or 7574914. OLE color: 7574914.

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

Color convert

RGB130149115-
CMYK0.1300.230.42
HSL93.53º13.82%51.76%-
HSV(B)93.53º22.82%58.43%-
XYZ23.0527.4820.31-
YUV139.44114.21121.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=32.99%
G=37.82%
B=29.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491150.1300.230.4293.5313.8251.76
Hex829573D0172A5ee34
Octal20222516315027521361664
Binary10000010100101011110011110101011110101010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829573; }

 p { color: rgb(130,149,115); }

 H1.HeaderClassName
 {
   color: #829573;
 }
 .AnyTagClassName
 {
   color: #829573;
 }
</style>
background-color css

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

 a { background-color: rgb(130,149,115); }

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

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

 span { border-color: rgb(130,149,115); }

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