Html Css Color HEX #828370 Schist

📋 copy color: '#828370'

red 130 ◦ green 131 ◦ blue 112

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

Shades of Schist #828370

Tints of Schist #828370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 34.85%
G = 35.12%
B = 30.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#828370 (or 0x828370) is known color: Schist. HEX triplet: 82, 83 and 70. RGB value is (130,131,112). Sum of RGB (Red+Green+Blue) = 130+131+112=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #828370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828370 is #7D7C8F. Grayscale: #808080. Windows color (decimal): -8223888 or 7373698. OLE color: 7373698.

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

Color convert

RGB 130 131 112 -
CMYK 0.01 0 0.15 0.49
HSL 63.16º 0.08% 0.48% -
HSV(B) 63.16º 0.15% 0.51% -
XYZ 20.25 22.15 18.54 -
YUV 128.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 130 131 112 0.01 0 0.15 0.49 63.16 0.08 0.48
Hex 82 83 70 1 0 F 31 3F 8 30
Octal 202 203 160 1 0 17 61 77 10 60
Binary 10000010 10000011 1110000 1 0 1111 110001 111111 1000 110000

Color Harmonies of #828370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828370

Black with #828370

Text Example


Text Example

White with #828370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828370; }

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

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

background-color css

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

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

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

border-color css

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

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

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