#848A83

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

Shades of Stack #848A83

Tints of Stack #848A83

Color information

#848A83 (or 0x848A83) is unknown color: approx Stack. HEX triplet: 84, 8A and 83. RGB value is (132,138,131). Sum of RGB (Red+Green+Blue) = 132+138+131=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 138 - color contains mainly: green. Hex color #848A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848A83 is #7B757C. Grayscale: #878787. Windows color (decimal): -8091005 or 8620676. OLE color: 8620676.

HSL color Cylindrical-coordinate representation of color #848A83: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #848A83 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB132138131-
CMYK0.0400.050.46
HSL111.43º2.9%52.75%-
HSV(B)111.43º5.07%54.12%-
XYZ22.724.7225.05-
YUV135.41125.51125.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 138 (54.30% from 255) = 34.41%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=32.92%
G=34.41%
B=32.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321381310.0400.050.46111.432.952.75
Hex848A834052E6f335
Octal20421220340556157365
Binary1000010010001010100000111000101101110110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848A83; }

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

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

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

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

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

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

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

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