#839081

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

Shades of Stack #839081

Tints of Stack #839081

Color information

#839081 (or 0x839081) is unknown color: approx Stack. HEX triplet: 83, 90 and 81. RGB value is (131,144,129). Sum of RGB (Red+Green+Blue) = 131+144+129=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #839081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839081 is #7C6F7E. Grayscale: #8A8A8A. Windows color (decimal): -8155007 or 8491139. OLE color: 8491139.

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

Color convert

RGB131144129-
CMYK0.0900.100.44
HSL112º6.33%53.53%-
HSV(B)112º10.42%56.47%-
XYZ23.326.3624.63-
YUV138.4122.69122.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=32.43%
G=35.64%
B=31.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441290.0900.100.441126.3353.53
Hex83908190A2C70636
Octal2032202011101254160666
Binary1000001110010000100000011001010101011001110000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839081; }

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

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

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

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

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

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

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

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