Html Css Color HEX #83836D Schist

📋 copy color: '#83836D'

red 131 ◦ green 131 ◦ blue 109

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

Shades of Schist #83836D

Tints of Schist #83836D

RGB

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

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

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

R = 35.31%
G = 35.31%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83836D (or 0x83836D) is known color: Schist. HEX triplet: 83, 83 and 6D. RGB value is (131,131,109). Sum of RGB (Red+Green+Blue) = 131+131+109=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83836D is #7C7C92. Grayscale: #808080. Windows color (decimal): -8158355 or 7177091. OLE color: 7177091.

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

Color convert

RGB 131 131 109 -
CMYK 0 0 0.17 0.49
HSL 60º 0.09% 0.47% -
HSV(B) 60º 0.17% 0.51% -
XYZ 20.24 22.16 17.68 -
YUV 128.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 131 131 109 0 0 0.17 0.49 60 0.09 0.47
Hex 83 83 6D 0 0 11 31 3C 9 2F
Octal 203 203 155 0 0 21 61 74 11 57
Binary 10000011 10000011 1101101 0 0 10001 110001 111100 1001 101111

Color Harmonies of #83836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83836D

Black with #83836D

Text Example


Text Example

White with #83836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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