#82826A

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

Shades of Schist #82826A

Tints of Schist #82826A

Color information

#82826A (or 0x82826A) is unknown color: approx Schist. HEX triplet: 82, 82 and 6A. RGB value is (130,130,106). Sum of RGB (Red+Green+Blue) = 130+130+106=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82826A is #7D7D95. Grayscale: #7F7F7F. Windows color (decimal): -8224150 or 6980226. OLE color: 6980226.

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

Color convert

RGB130130106-
CMYK000.180.49
HSL60º10.17%46.27%-
HSV(B)60º18.46%50.98%-
XYZ19.7921.7516.79-
YUV127.26116129.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=35.52%
G=35.52%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130106000.180.496010.1746.27
Hex82826A0012313ca2e
Octal202202152002261741256
Binary1000001010000010110101000100101100011111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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