Html Css Color HEX #858370 Schist

📋 copy color: '#858370'

red 133 ◦ green 131 ◦ blue 112

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

Shades of Schist #858370

Tints of Schist #858370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 35.37%
G = 34.84%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#858370 (or 0x858370) is known color: Schist. HEX triplet: 85, 83 and 70. RGB value is (133,131,112). Sum of RGB (Red+Green+Blue) = 133+131+112=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #858370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858370 is #7A7C8F. Grayscale: #818181. Windows color (decimal): -8027280 or 7373701. OLE color: 7373701.

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

Color convert

RGB 133 131 112 -
CMYK 0 0.02 0.16 0.48
HSL 54.29º 0.09% 0.48% -
HSV(B) 54.29º 0.16% 0.52% -
XYZ 20.71 22.39 18.56 -
YUV 129.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 133 131 112 0 0.02 0.16 0.48 54.29 0.09 0.48
Hex 85 83 70 0 2 10 30 36 9 30
Octal 205 203 160 0 2 20 60 66 11 60
Binary 10000101 10000011 1110000 0 10 10000 110000 110110 1001 110000

Color Harmonies of #858370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858370

Black with #858370

Text Example


Text Example

White with #858370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858370; }

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

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

background-color css

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

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

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

border-color css

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

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

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