Html Css Color HEX #83826D Schist

📋 copy color: '#83826D'

red 131 ◦ green 130 ◦ blue 109

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

Shades of Schist #83826D

Tints of Schist #83826D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

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

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

Color convert

RGB 131 130 109 -
CMYK 0 0.01 0.17 0.49
HSL 57.27º 0.09% 0.47% -
HSV(B) 57.27º 0.17% 0.51% -
XYZ 20.1 21.89 17.63 -
YUV 127.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 131 130 109 0 0.01 0.17 0.49 57.27 0.09 0.47
Hex 83 82 6D 0 1 11 31 39 9 2F
Octal 203 202 155 0 1 21 61 71 11 57
Binary 10000011 10000010 1101101 0 1 10001 110001 111001 1001 101111

Color Harmonies of #83826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83826D

Black with #83826D

Text Example


Text Example

White with #83826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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