Html Css Color HEX #83826E Schist

📋 copy color: '#83826E'

red 131 ◦ green 130 ◦ blue 110

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

Shades of Schist #83826E

Tints of Schist #83826E

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #83826E: hue angle of 57.14º 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 #83826E is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 130 110 -
CMYK 0 0.01 0.16 0.49
HSL 57.14º 0.09% 0.47% -
HSV(B) 57.14º 0.16% 0.51% -
XYZ 20.16 21.92 17.92 -
YUV 128.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 131 130 110 0 0.01 0.16 0.49 57.14 0.09 0.47
Hex 83 82 6E 0 1 10 31 39 9 2F
Octal 203 202 156 0 1 20 61 71 11 57
Binary 10000011 10000010 1101110 0 1 10000 110001 111001 1001 101111

Color Harmonies of #83826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83826E

Black with #83826E

Text Example


Text Example

White with #83826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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