#839083

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

Shades of Stack #839083

Tints of Stack #839083

Color information

#839083 (or 0x839083) is unknown color: approx Stack. HEX triplet: 83, 90 and 83. RGB value is (131,144,131). Sum of RGB (Red+Green+Blue) = 131+144+131=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 144 - color contains mainly: green. Hex color #839083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839083 is #7C6F7C. Grayscale: #8A8A8A. Windows color (decimal): -8155005 or 8622211. OLE color: 8622211.

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

Color convert

RGB131144131-
CMYK0.0900.090.44
HSL120º5.53%53.92%-
HSV(B)120º9.03%56.47%-
XYZ23.4326.4125.34-
YUV138.63123.69122.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=32.27%
G=35.47%
B=32.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441310.0900.090.441205.5353.92
Hex8390839092C78636
Octal2032202031101154170666
Binary1000001110010000100000111001010011011001111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839083; }

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

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

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

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

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

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

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

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