#839281

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

Shades of Stack #839281

Tints of Stack #839281

Color information

#839281 (or 0x839281) is unknown color: approx Stack. HEX triplet: 83, 92 and 81. RGB value is (131,146,129). Sum of RGB (Red+Green+Blue) = 131+146+129=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #839281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839281 is #7C6D7E. Grayscale: #8B8B8B. Windows color (decimal): -8154495 or 8491651. OLE color: 8491651.

HSL color Cylindrical-coordinate representation of color #839281: hue angle of 112.94º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #839281 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB131146129-
CMYK0.1000.120.43
HSL112.94º7.23%53.92%-
HSV(B)112.94º11.64%57.25%-
XYZ23.626.9724.73-
YUV139.58122.03121.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=32.27%
G=35.96%
B=31.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311461290.1000.120.43112.947.2353.92
Hex839281A0C2B71736
Octal2032222011201453161766
Binary1000001110010010100000011010011001010111110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839281; }

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

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

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

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

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

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

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

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