Html Css Color HEX #82836D Schist

📋 copy color: '#82836D'

red 130 ◦ green 131 ◦ blue 109

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

Shades of Schist #82836D

Tints of Schist #82836D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 35.14%
G = 35.41%
B = 29.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82836D (or 0x82836D) is known color: Schist. HEX triplet: 82, 83 and 6D. RGB value is (130,131,109). Sum of RGB (Red+Green+Blue) = 130+131+109=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 131 - color contains mainly: green. Hex color #82836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82836D is #7D7C92. Grayscale: #808080. Windows color (decimal): -8223891 or 7177090. OLE color: 7177090.

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

Color convert

RGB 130 131 109 -
CMYK 0.01 0 0.17 0.49
HSL 62.73º 0.09% 0.47% -
HSV(B) 62.73º 0.17% 0.51% -
XYZ 20.08 22.08 17.67 -
YUV 128.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 130 131 109 0.01 0 0.17 0.49 62.73 0.09 0.47
Hex 82 83 6D 1 0 11 31 3F 9 2F
Octal 202 203 155 1 0 21 61 77 11 57
Binary 10000010 10000011 1101101 1 0 10001 110001 111111 1001 101111

Color Harmonies of #82836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82836D

Black with #82836D

Text Example


Text Example

White with #82836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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