#839182

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

Shades of Stack #839182

Tints of Stack #839182

Color information

#839182 (or 0x839182) is unknown color: approx Stack. HEX triplet: 83, 91 and 82. RGB value is (131,145,130). Sum of RGB (Red+Green+Blue) = 131+145+130=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 145 - color contains mainly: green. Hex color #839182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839182 is #7C6E7D. Grayscale: #8B8B8B. Windows color (decimal): -8154750 or 8556931. OLE color: 8556931.

HSL color Cylindrical-coordinate representation of color #839182: hue angle of 116º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #839182 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB131145130-
CMYK0.1000.100.43
HSL116º6.38%53.92%-
HSV(B)116º10.34%56.86%-
XYZ23.5126.6925.03-
YUV139.1122.86122.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=32.27%
G=35.71%
B=32.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451300.1000.100.431166.3853.92
Hex839182A0A2B74636
Octal2032212021201253164666
Binary1000001110010001100000101010010101010111110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839182; }

 p { color: rgb(131,145,130); }

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

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

 a { background-color: rgb(131,145,130); }

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

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

 span { border-color: rgb(131,145,130); }

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