#829481

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

Shades of Stack #829481

Tints of Stack #829481

Color information

#829481 (or 0x829481) is unknown color: approx Stack. HEX triplet: 82, 94 and 81. RGB value is (130,148,129). Sum of RGB (Red+Green+Blue) = 130+148+129=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #829481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829481 is #7D6B7E. Grayscale: #8C8C8C. Windows color (decimal): -8219519 or 8492162. OLE color: 8492162.

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

Color convert

RGB130148129-
CMYK0.1200.130.42
HSL116.84º8.15%54.31%-
HSV(B)116.84º12.84%58.04%-
XYZ23.7627.5124.83-
YUV140.45121.54120.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=31.94%
G=36.36%
B=31.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301481290.1200.130.42116.848.1554.31
Hex829481C0D2A75836
Octal20222420114015521651066
Binary10000010100101001000000111000110110101011101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829481; }

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

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

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

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

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

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

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

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