Html Css Color HEX #858475 Schist

📋 copy color: '#858475'

red 133 ◦ green 132 ◦ blue 117

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

Shades of Schist #858475

Tints of Schist #858475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 34.82%
G = 34.55%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#858475 (or 0x858475) is known color: Schist. HEX triplet: 85, 84 and 75. RGB value is (133,132,117). Sum of RGB (Red+Green+Blue) = 133+132+117=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 133 - color contains mainly: red. Hex color #858475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858475 is #7A7B8A. Grayscale: #828282. Windows color (decimal): -8027019 or 7701637. OLE color: 7701637.

HSL color Cylindrical-coordinate representation of color #858475: hue angle of 56.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858475 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 117 -
CMYK 0 0.01 0.12 0.48
HSL 56.25º 0.06% 0.49% -
HSV(B) 56.25º 0.12% 0.52% -
XYZ 21.14 22.77 20.11 -
YUV 130.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 133 132 117 0 0.01 0.12 0.48 56.25 0.06 0.49
Hex 85 84 75 0 1 C 30 38 6 31
Octal 205 204 165 0 1 14 60 70 6 61
Binary 10000101 10000100 1110101 0 1 1100 110000 111000 110 110001

Color Harmonies of #858475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858475

Black with #858475

Text Example


Text Example

White with #858475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858475; }

 p { color: rgb(133,132,117); }

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

background-color css

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

 a { background-color: rgb(133,132,117); }

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

border-color css

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

 span { border-color: rgb(133,132,117); }

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