Html Css Color HEX #82836C Schist

📋 copy color: '#82836C'

red 130 ◦ green 131 ◦ blue 108

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

Shades of Schist #82836C

Tints of Schist #82836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 35.23%
G = 35.5%
B = 29.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82836C (or 0x82836C) is known color: Schist. HEX triplet: 82, 83 and 6C. RGB value is (130,131,108). Sum of RGB (Red+Green+Blue) = 130+131+108=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #82836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82836C is #7D7C93. Grayscale: #808080. Windows color (decimal): -8223892 or 7111554. OLE color: 7111554.

HSL color Cylindrical-coordinate representation of color #82836C: hue angle of 62.61º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82836C is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 108 -
CMYK 0.01 0 0.18 0.49
HSL 62.61º 0.1% 0.47% -
HSV(B) 62.61º 0.18% 0.51% -
XYZ 20.03 22.06 17.39 -
YUV 128.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 130 131 108 0.01 0 0.18 0.49 62.61 0.1 0.47
Hex 82 83 6C 1 0 12 31 3F A 2F
Octal 202 203 154 1 0 22 61 77 12 57
Binary 10000010 10000011 1101100 1 0 10010 110001 111111 1010 101111

Color Harmonies of #82836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82836C

Black with #82836C

Text Example


Text Example

White with #82836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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