#828473

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

Shades of Schist #828473

Tints of Schist #828473

Color information

#828473 (or 0x828473) is unknown color: approx Schist. HEX triplet: 82, 84 and 73. RGB value is (130,132,115). Sum of RGB (Red+Green+Blue) = 130+132+115=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #828473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828473 is #7D7B8C. Grayscale: #818181. Windows color (decimal): -8223629 or 7570562. OLE color: 7570562.

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

Color convert

RGB130132115-
CMYK0.0200.130.48
HSL67.06º6.88%48.43%-
HSV(B)67.06º12.88%51.76%-
XYZ20.5522.4919.48-
YUV129.46119.84128.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=34.48%
G=35.01%
B=30.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301321150.0200.130.4867.066.8848.43
Hex82847320D3043730
Octal202204163201560103760
Binary1000001010000100111001110011011100001000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828473; }

 p { color: rgb(130,132,115); }

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

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

 a { background-color: rgb(130,132,115); }

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

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

 span { border-color: rgb(130,132,115); }

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