#838471

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

Shades of Schist #838471

Tints of Schist #838471

Color information

#838471 (or 0x838471) is unknown color: approx Schist. HEX triplet: 83, 84 and 71. RGB value is (131,132,113). Sum of RGB (Red+Green+Blue) = 131+132+113=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #838471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838471 is #7C7B8E. Grayscale: #818181. Windows color (decimal): -8158095 or 7439491. OLE color: 7439491.

HSL color Cylindrical-coordinate representation of color #838471: hue angle of 63.16º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838471 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB131132113-
CMYK0.0100.140.48
HSL63.16º7.76%48.04%-
HSV(B)63.16º14.39%51.76%-
XYZ20.5922.5218.88-
YUV129.54118.67129.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=34.84%
G=35.11%
B=30.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311321130.0100.140.4863.167.7648.04
Hex83847110E303f830
Octal203204161101660771060
Binary100000111000010011100011011101100001111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838471; }

 p { color: rgb(131,132,113); }

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

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

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

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

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

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

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