#849082

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

Shades of Stack #849082

Tints of Stack #849082

Color information

#849082 (or 0x849082) is unknown color: approx Stack. HEX triplet: 84, 90 and 82. RGB value is (132,144,130). Sum of RGB (Red+Green+Blue) = 132+144+130=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 144 - color contains mainly: green. Hex color #849082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849082 is #7B6F7D. Grayscale: #8A8A8A. Windows color (decimal): -8089470 or 8556676. OLE color: 8556676.

HSL color Cylindrical-coordinate representation of color #849082: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #849082 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB132144130-
CMYK0.0800.100.44
HSL111.43º5.93%53.73%-
HSV(B)111.43º9.72%56.47%-
XYZ23.5226.4624.99-
YUV138.82123.02123.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=32.51%
G=35.47%
B=32.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321441300.0800.100.44111.435.9353.73
Hex84908280A2C6f636
Octal2042202021001254157666
Binary1000010010010000100000101000010101011001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849082; }

 p { color: rgb(132,144,130); }

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

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

 a { background-color: rgb(132,144,130); }

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

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

 span { border-color: rgb(132,144,130); }

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