#82816C

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

Shades of Schist #82816C

Tints of Schist #82816C

Color information

#82816C (or 0x82816C) is unknown color: approx Schist. HEX triplet: 82, 81 and 6C. RGB value is (130,129,108). Sum of RGB (Red+Green+Blue) = 130+129+108=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #82816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82816C is #7D7E93. Grayscale: #7E7E7E. Windows color (decimal): -8224404 or 7111042. OLE color: 7111042.

HSL color Cylindrical-coordinate representation of color #82816C: hue angle of 57.27º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82816C is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB130129108-
CMYK00.010.170.49
HSL57.27º9.24%46.67%-
HSV(B)57.27º16.92%50.98%-
XYZ19.7621.5317.3-
YUV126.9117.33130.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=35.42%
G=35.15%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012910800.010.170.4957.279.2446.67
Hex82816C0111313992f
Octal202201154012161711157
Binary1000001010000001110110001100011100011110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82816C; }

 p { color: rgb(130,129,108); }

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

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

 a { background-color: rgb(130,129,108); }

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

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

 span { border-color: rgb(130,129,108); }

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