Html Css Color HEX #849382 Stack

📋 copy color: '#849382'

red 132 ◦ green 147 ◦ blue 130

#849382
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stack #849382

Tints of Stack #849382

RGB

 RED value IS 132 (51.95% from 255) = 32.27%

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 130 (51.17% from 255) = 31.78%

R = 32.27%
G = 35.94%
B = 31.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#849382 (or 0x849382) is known color: Stack. HEX triplet: 84, 93 and 82. RGB value is (132,147,130). Sum of RGB (Red+Green+Blue) = 132+147+130=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #849382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849382 is #7B6C7D. Grayscale: #8C8C8C. Windows color (decimal): -8088702 or 8557444. OLE color: 8557444.

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

Color convert

RGB 132 147 130 -
CMYK 0.10 0 0.12 0.42
HSL 112.94º 0.07% 0.54% -
HSV(B) 112.94º 0.12% 0.58% -
XYZ 23.98 27.38 25.14 -
YUV 140.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 132 147 130 0.10 0 0.12 0.42 112.94 0.07 0.54
Hex 84 93 82 A 0 C 2A 71 7 36
Octal 204 223 202 12 0 14 52 161 7 66
Binary 10000100 10010011 10000010 1010 0 1100 101010 1110001 111 110110

Color Harmonies of #849382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849382

Black with #849382

Text Example


Text Example

White with #849382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849382; }

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

 H1.HeaderClassName
 {
   color: #849382;
 }
 .AnyTagClassName
 {
   color: #849382;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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