Html Css Color HEX #858371 Schist

📋 copy color: '#858371'

red 133 ◦ green 131 ◦ blue 113

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

Shades of Schist #858371

Tints of Schist #858371

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #858371: hue angle of 54º 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 #858371 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 113 -
CMYK 0 0.02 0.15 0.48
HSL 54º 0.08% 0.48% -
HSV(B) 54º 0.15% 0.52% -
XYZ 20.77 22.41 18.85 -
YUV 129.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 133 131 113 0 0.02 0.15 0.48 54 0.08 0.48
Hex 85 83 71 0 2 F 30 36 8 30
Octal 205 203 161 0 2 17 60 66 10 60
Binary 10000101 10000011 1110001 0 10 1111 110000 110110 1000 110000

Color Harmonies of #858371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858371

Black with #858371

Text Example


Text Example

White with #858371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858371; }

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

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

background-color css

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

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

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

border-color css

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

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

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