#838F82

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

Shades of Stack #838F82

Tints of Stack #838F82

Color information

#838F82 (or 0x838F82) is unknown color: approx Stack. HEX triplet: 83, 8F and 82. RGB value is (131,143,130). Sum of RGB (Red+Green+Blue) = 131+143+130=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 143 - color contains mainly: green. Hex color #838F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F82 is #7C707D. Grayscale: #898989. Windows color (decimal): -8155262 or 8556419. OLE color: 8556419.

HSL color Cylindrical-coordinate representation of color #838F82: hue angle of 115.38º degrees, saturation: 0.05, 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 #838F82 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB131143130-
CMYK0.0800.090.44
HSL115.38º5.49%53.53%-
HSV(B)115.38º9.09%56.08%-
XYZ23.2126.0824.93-
YUV137.93123.52123.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=32.43%
G=35.40%
B=32.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311431300.0800.090.44115.385.4953.53
Hex838F828092C73536
Octal2032172021001154163566
Binary1000001110001111100000101000010011011001110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,143,130); }

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

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

 a { background-color: rgb(131,143,130); }

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

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

 span { border-color: rgb(131,143,130); }

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