#839484

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

Shades of Stack #839484

Tints of Stack #839484

Color information

#839484 (or 0x839484) is unknown color: approx Stack. HEX triplet: 83, 94 and 84. RGB value is (131,148,132). Sum of RGB (Red+Green+Blue) = 131+148+132=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #839484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839484 is #7C6B7B. Grayscale: #8D8D8D. Windows color (decimal): -8153980 or 8688771. OLE color: 8688771.

HSL color Cylindrical-coordinate representation of color #839484: hue angle of 123.53º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839484 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB131148132-
CMYK0.1100.110.42
HSL123.53º7.36%54.71%-
HSV(B)123.53º11.49%58.04%-
XYZ24.1127.6725.9-
YUV141.09122.87120.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=31.87%
G=36.01%
B=32.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311481320.1100.110.42123.537.3654.71
Hex839484B0B2A7c737
Octal2032242041301352174767
Binary1000001110010100100001001011010111010101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839484; }

 p { color: rgb(131,148,132); }

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

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

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

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

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

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

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