Html Css Color HEX #849083 Stack

📋 copy color: '#849083'

red 132 ◦ green 144 ◦ blue 131

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

Shades of Stack #849083

Tints of Stack #849083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

 BLUE value IS 131 (51.56% from 255) = 32.19%

R = 32.43%
G = 35.38%
B = 32.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#849083 (or 0x849083) is known color: Stack. HEX triplet: 84, 90 and 83. RGB value is (132,144,131). Sum of RGB (Red+Green+Blue) = 132+144+131=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #849083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849083 is #7B6F7C. Grayscale: #8A8A8A. Windows color (decimal): -8089469 or 8622212. OLE color: 8622212.

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

Color convert

RGB 132 144 131 -
CMYK 0.08 0 0.09 0.44
HSL 115.38º 0.06% 0.54% -
HSV(B) 115.38º 0.09% 0.56% -
XYZ 23.59 26.49 25.34 -
YUV 138.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 132 144 131 0.08 0 0.09 0.44 115.38 0.06 0.54
Hex 84 90 83 8 0 9 2C 73 6 36
Octal 204 220 203 10 0 11 54 163 6 66
Binary 10000100 10010000 10000011 1000 0 1001 101100 1110011 110 110110

Color Harmonies of #849083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849083

Black with #849083

Text Example


Text Example

White with #849083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849083; }

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

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

background-color css

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

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

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

border-color css

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

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

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