Html Css Color HEX #838571 Schist

📋 copy color: '#838571'

red 131 ◦ green 133 ◦ blue 113

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

Shades of Schist #838571

Tints of Schist #838571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 34.75%
G = 35.28%
B = 29.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#838571 (or 0x838571) is known color: Schist. HEX triplet: 83, 85 and 71. RGB value is (131,133,113). Sum of RGB (Red+Green+Blue) = 131+133+113=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #838571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838571 is #7C7A8E. Grayscale: #828282. Windows color (decimal): -8157839 or 7439747. OLE color: 7439747.

HSL color Cylindrical-coordinate representation of color #838571: hue angle of 66º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #838571 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 113 -
CMYK 0.02 0 0.15 0.48
HSL 66º 0.08% 0.48% -
HSV(B) 66º 0.15% 0.52% -
XYZ 20.73 22.79 18.93 -
YUV 130.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 131 133 113 0.02 0 0.15 0.48 66 0.08 0.48
Hex 83 85 71 2 0 F 30 42 8 30
Octal 203 205 161 2 0 17 60 102 10 60
Binary 10000011 10000101 1110001 10 0 1111 110000 1000010 1000 110000

Color Harmonies of #838571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838571

Black with #838571

Text Example


Text Example

White with #838571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838571; }

 p { color: rgb(131,133,113); }

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

background-color css

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

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

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

border-color css

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

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

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