#82836C

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

Shades of Schist #82836C

Tints of Schist #82836C

Color information

#82836C (or 0x82836C) is unknown color: approx Schist. HEX triplet: 82, 83 and 6C. RGB value is (130,131,108). Sum of RGB (Red+Green+Blue) = 130+131+108=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #82836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82836C is #7D7C93. Grayscale: #808080. Windows color (decimal): -8223892 or 7111554. OLE color: 7111554.

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

Color convert

RGB130131108-
CMYK0.0100.180.49
HSL62.61º9.62%46.86%-
HSV(B)62.61º17.56%51.37%-
XYZ20.0322.0617.39-
YUV128.08116.67129.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=35.23%
G=35.50%
B=29.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301311080.0100.180.4962.619.6246.86
Hex82836C1012313fa2f
Octal202203154102261771257
Binary1000001010000011110110010100101100011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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