#83836F

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

Shades of Schist #83836F

Tints of Schist #83836F

Color information

#83836F (or 0x83836F) is unknown color: approx Schist. HEX triplet: 83, 83 and 6F. RGB value is (131,131,111). Sum of RGB (Red+Green+Blue) = 131+131+111=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83836F is #7C7C90. Grayscale: #808080. Windows color (decimal): -8158353 or 7308163. OLE color: 7308163.

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

Color convert

RGB131131111-
CMYK000.150.49
HSL60º8.26%47.45%-
HSV(B)60º15.27%51.37%-
XYZ20.3522.2118.25-
YUV128.72118129.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=35.12%
G=35.12%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131111000.150.49608.2647.45
Hex83836F00F313c82f
Octal203203157001761741057
Binary100000111000001111011110011111100011111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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