#839282

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

Shades of Stack #839282

Tints of Stack #839282

Color information

#839282 (or 0x839282) is unknown color: approx Stack. HEX triplet: 83, 92 and 82. RGB value is (131,146,130). Sum of RGB (Red+Green+Blue) = 131+146+130=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #839282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839282 is #7C6D7D. Grayscale: #8B8B8B. Windows color (decimal): -8154494 or 8557187. OLE color: 8557187.

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

Color convert

RGB131146130-
CMYK0.1000.110.43
HSL116.25º6.84%54.12%-
HSV(B)116.25º10.96%57.25%-
XYZ23.6726.9925.08-
YUV139.69122.53121.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=32.19%
G=35.87%
B=31.94%

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
Decimal1311461300.1000.110.43116.256.8454.12
Hex839282A0B2B74736
Octal2032222021201353164766
Binary1000001110010010100000101010010111010111110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839282; }

 p { color: rgb(131,146,130); }

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

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

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

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

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

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

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