#838D81

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

Shades of Stack #838D81

Tints of Stack #838D81

Color information

#838D81 (or 0x838D81) is unknown color: approx Stack. HEX triplet: 83, 8D and 81. RGB value is (131,141,129). Sum of RGB (Red+Green+Blue) = 131+141+129=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 141 - color contains mainly: green. Hex color #838D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D81 is #7C727E. Grayscale: #888888. Windows color (decimal): -8155775 or 8490371. OLE color: 8490371.

HSL color Cylindrical-coordinate representation of color #838D81: hue angle of 110º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #838D81 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB131141129-
CMYK0.0700.090.45
HSL110º5%52.94%-
HSV(B)110º8.51%55.29%-
XYZ22.8525.4624.48-
YUV136.64123.69123.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=32.67%
G=35.16%
B=32.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311411290.0700.090.45110552.94
Hex838D817092D6e535
Octal203215201701155156565
Binary100000111000110110000001111010011011011101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838D81; }

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

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

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

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

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

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

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

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