#839181

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

Shades of Stack #839181

Tints of Stack #839181

Color information

#839181 (or 0x839181) is unknown color: approx Stack. HEX triplet: 83, 91 and 81. RGB value is (131,145,129). Sum of RGB (Red+Green+Blue) = 131+145+129=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 145 - color contains mainly: green. Hex color #839181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839181 is #7C6E7E. Grayscale: #8B8B8B. Windows color (decimal): -8154751 or 8491395. OLE color: 8491395.

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

Color convert

RGB131145129-
CMYK0.1000.110.43
HSL112.5º6.78%53.73%-
HSV(B)112.5º11.03%56.86%-
XYZ23.4526.6624.68-
YUV138.99122.36122.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=32.35%
G=35.80%
B=31.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451290.1000.110.43112.56.7853.73
Hex839181A0B2B70736
Octal2032212011201353160766
Binary1000001110010001100000011010010111010111110000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839181; }

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

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

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

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

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

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

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

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