#829577

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

Shades of Amulet #829577

Tints of Amulet #829577

Color information

#829577 (or 0x829577) is unknown color: approx Amulet. HEX triplet: 82, 95 and 77. RGB value is (130,149,119). Sum of RGB (Red+Green+Blue) = 130+149+119=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #829577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829577 is #7D6A88. Grayscale: #8C8C8C. Windows color (decimal): -8219273 or 7837058. OLE color: 7837058.

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

Color convert

RGB130149119-
CMYK0.1300.200.42
HSL98º12.4%52.55%-
HSV(B)98º20.13%58.43%-
XYZ23.2827.5721.55-
YUV139.9116.21120.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=32.66%
G=37.44%
B=29.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491190.1300.200.429812.452.55
Hex829577D0142A62c35
Octal20222516715024521421465
Binary10000010100101011110111110101010010101011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829577; }

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

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

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

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

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

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

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

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