#83826F

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

Shades of Schist #83826F

Tints of Schist #83826F

Color information

#83826F (or 0x83826F) is unknown color: approx Schist. HEX triplet: 83, 82 and 6F. RGB value is (131,130,111). Sum of RGB (Red+Green+Blue) = 131+130+111=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #83826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83826F is #7C7D90. Grayscale: #808080. Windows color (decimal): -8158609 or 7307907. OLE color: 7307907.

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

Color convert

RGB131130111-
CMYK00.010.150.49
HSL57º8.26%47.45%-
HSV(B)57º15.27%51.37%-
XYZ20.2121.9418.21-
YUV128.13118.33130.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=35.22%
G=34.95%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113011100.010.150.49578.2647.45
Hex83826F01F313982f
Octal203202157011761711057
Binary100000111000001011011110111111100011110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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