Html Css Color HEX #82836E Schist

📋 copy color: '#82836E'

red 130 ◦ green 131 ◦ blue 110

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

Shades of Schist #82836E

Tints of Schist #82836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 35.04%
G = 35.31%
B = 29.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82836E (or 0x82836E) is known color: Schist. HEX triplet: 82, 83 and 6E. RGB value is (130,131,110). Sum of RGB (Red+Green+Blue) = 130+131+110=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 131 - color contains mainly: green. Hex color #82836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82836E is #7D7C91. Grayscale: #808080. Windows color (decimal): -8223890 or 7242626. OLE color: 7242626.

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

Color convert

RGB 130 131 110 -
CMYK 0.01 0 0.16 0.49
HSL 62.86º 0.09% 0.47% -
HSV(B) 62.86º 0.16% 0.51% -
XYZ 20.14 22.1 17.96 -
YUV 128.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 130 131 110 0.01 0 0.16 0.49 62.86 0.09 0.47
Hex 82 83 6E 1 0 10 31 3F 9 2F
Octal 202 203 156 1 0 20 61 77 11 57
Binary 10000010 10000011 1101110 1 0 10000 110001 111111 1001 101111

Color Harmonies of #82836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82836E

Black with #82836E

Text Example


Text Example

White with #82836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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