#83836D

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

Shades of Schist #83836D

Tints of Schist #83836D

Color information

#83836D (or 0x83836D) is unknown color: approx Schist. HEX triplet: 83, 83 and 6D. RGB value is (131,131,109). Sum of RGB (Red+Green+Blue) = 131+131+109=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83836D is #7C7C92. Grayscale: #808080. Windows color (decimal): -8158355 or 7177091. OLE color: 7177091.

HSL color Cylindrical-coordinate representation of color #83836D: hue angle of 60º 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 #83836D is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB131131109-
CMYK000.170.49
HSL60º9.17%47.06%-
HSV(B)60º16.79%51.37%-
XYZ20.2422.1617.68-
YUV128.49117129.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=35.31%
G=35.31%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131109000.170.49609.1747.06
Hex83836D0011313c92f
Octal203203155002161741157
Binary1000001110000011110110100100011100011111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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