#828273

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

Shades of Schist #828273

Tints of Schist #828273

Color information

#828273 (or 0x828273) is unknown color: approx Schist. HEX triplet: 82, 82 and 73. RGB value is (130,130,115). Sum of RGB (Red+Green+Blue) = 130+130+115=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828273 is #7D7D8C. Grayscale: #808080. Windows color (decimal): -8224141 or 7570050. OLE color: 7570050.

HSL color Cylindrical-coordinate representation of color #828273: hue angle of 60º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828273 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB130130115-
CMYK000.120.49
HSL60º6.12%48.04%-
HSV(B)60º11.54%50.98%-
XYZ20.2821.9519.39-
YUV128.29120.5129.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=34.67%
G=34.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130130115000.120.49606.1248.04
Hex82827300C313c630
Octal20220216300146174660
Binary10000010100000101110011001100110001111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828273; }

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

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

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

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

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

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

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

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