Html Css Color HEX #828371 Schist

📋 copy color: '#828371'

red 130 ◦ green 131 ◦ blue 113

#828371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schist #828371

Tints of Schist #828371

RGB

 RED value IS 130 (51.17% from 255) = 34.76%

 GREEN value IS 131 (51.56% from 255) = 35.03%

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 34.76%
G = 35.03%
B = 30.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#828371 (or 0x828371) is known color: Schist. HEX triplet: 82, 83 and 71. RGB value is (130,131,113). Sum of RGB (Red+Green+Blue) = 130+131+113=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 131 - color contains mainly: green. Hex color #828371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828371 is #7D7C8E. Grayscale: #808080. Windows color (decimal): -8223887 or 7439234. OLE color: 7439234.

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

Color convert

RGB 130 131 113 -
CMYK 0.01 0 0.14 0.49
HSL 63.33º 0.07% 0.48% -
HSV(B) 63.33º 0.14% 0.51% -
XYZ 20.3 22.17 18.83 -
YUV 128.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 130 131 113 0.01 0 0.14 0.49 63.33 0.07 0.48
Hex 82 83 71 1 0 E 31 3F 7 30
Octal 202 203 161 1 0 16 61 77 7 60
Binary 10000010 10000011 1110001 1 0 1110 110001 111111 111 110000

Color Harmonies of #828371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828371

Black with #828371

Text Example


Text Example

White with #828371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828371; }

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

 H1.HeaderClassName
 {
   color: #828371;
 }
 .AnyTagClassName
 {
   color: #828371;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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