#828270

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

Shades of Schist #828270

Tints of Schist #828270

Color information

#828270 (or 0x828270) is unknown color: approx Schist. HEX triplet: 82, 82 and 70. RGB value is (130,130,112). Sum of RGB (Red+Green+Blue) = 130+130+112=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828270 is #7D7D8F. Grayscale: #808080. Windows color (decimal): -8224144 or 7373442. OLE color: 7373442.

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

Color convert

RGB130130112-
CMYK000.140.49
HSL60º7.44%47.45%-
HSV(B)60º13.85%50.98%-
XYZ20.1121.8818.49-
YUV127.95119129.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=34.95%
G=34.95%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130112000.140.49607.4447.45
Hex82827000E313c72f
Octal20220216000166174757
Binary10000010100000101110000001110110001111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828270; }

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

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

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

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

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

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

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

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