#839380

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

Shades of Stack #839380

Tints of Stack #839380

Color information

#839380 (or 0x839380) is unknown color: approx Stack. HEX triplet: 83, 93 and 80. RGB value is (131,147,128). Sum of RGB (Red+Green+Blue) = 131+147+128=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #839380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839380 is #7C6C7F. Grayscale: #8C8C8C. Windows color (decimal): -8154240 or 8426371. OLE color: 8426371.

HSL color Cylindrical-coordinate representation of color #839380: hue angle of 110.53º 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 #839380 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB131147128-
CMYK0.1100.130.42
HSL110.53º8.09%53.92%-
HSV(B)110.53º12.93%57.65%-
XYZ23.6927.2524.43-
YUV140.05121.2121.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=32.27%
G=36.21%
B=31.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311471280.1100.130.42110.538.0953.92
Hex839380B0D2A6f836
Octal20322320013015521571066
Binary10000011100100111000000010110110110101011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839380; }

 p { color: rgb(131,147,128); }

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

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

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

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

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

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

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