#83826C

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

Shades of Schist #83826C

Tints of Schist #83826C

Color information

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

HSL color Cylindrical-coordinate representation of color #83826C: hue angle of 57.39º 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 #83826C is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB131130108-
CMYK00.010.180.49
HSL57.39º9.62%46.86%-
HSV(B)57.39º17.56%51.37%-
XYZ20.0521.8717.35-
YUV127.79116.83130.29-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113010800.010.180.4957.399.6246.86
Hex83826C01123139a2f
Octal203202154012261711257
Binary1000001110000010110110001100101100011110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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