#82826D

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

Shades of Schist #82826D

Tints of Schist #82826D

Color information

#82826D (or 0x82826D) is unknown color: approx Schist. HEX triplet: 82, 82 and 6D. RGB value is (130,130,109). Sum of RGB (Red+Green+Blue) = 130+130+109=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82826D is #7D7D92. Grayscale: #7F7F7F. Windows color (decimal): -8224147 or 7176834. OLE color: 7176834.

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

Color convert

RGB130130109-
CMYK000.160.49
HSL60º8.79%46.86%-
HSV(B)60º16.15%50.98%-
XYZ19.9521.8217.63-
YUV127.61117.5129.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=35.23%
G=35.23%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130109000.160.49608.7946.86
Hex82826D0010313c92f
Octal202202155002061741157
Binary1000001010000010110110100100001100011111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82826D; }

 p { color: rgb(130,130,109); }

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

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

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

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

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

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

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