#83826D

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

Shades of Schist #83826D

Tints of Schist #83826D

Color information

#83826D (or 0x83826D) is unknown color: approx Schist. HEX triplet: 83, 82 and 6D. RGB value is (131,130,109). Sum of RGB (Red+Green+Blue) = 131+130+109=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83826D is #7C7D92. Grayscale: #7F7F7F. Windows color (decimal): -8158611 or 7176835. OLE color: 7176835.

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

Color convert

RGB131130109-
CMYK00.010.170.49
HSL57.27º9.17%47.06%-
HSV(B)57.27º16.79%51.37%-
XYZ20.121.8917.63-
YUV127.9117.33130.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=35.41%
G=35.14%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113010900.010.170.4957.279.1747.06
Hex83826D0111313992f
Octal203202155012161711157
Binary1000001110000010110110101100011100011110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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