Html Css Color HEX #858472 Schist

📋 copy color: '#858472'

red 133 ◦ green 132 ◦ blue 114

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

Shades of Schist #858472

Tints of Schist #858472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 35.09%
G = 34.83%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#858472 (or 0x858472) is known color: Schist. HEX triplet: 85, 84 and 72. RGB value is (133,132,114). Sum of RGB (Red+Green+Blue) = 133+132+114=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #858472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858472 is #7A7B8D. Grayscale: #828282. Windows color (decimal): -8027022 or 7505029. OLE color: 7505029.

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

Color convert

RGB 133 132 114 -
CMYK 0 0.01 0.14 0.48
HSL 56.84º 0.08% 0.48% -
HSV(B) 56.84º 0.14% 0.52% -
XYZ 20.96 22.7 19.2 -
YUV 130.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 133 132 114 0 0.01 0.14 0.48 56.84 0.08 0.48
Hex 85 84 72 0 1 E 30 39 8 30
Octal 205 204 162 0 1 16 60 71 10 60
Binary 10000101 10000100 1110010 0 1 1110 110000 111001 1000 110000

Color Harmonies of #858472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858472

Black with #858472

Text Example


Text Example

White with #858472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858472; }

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

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

background-color css

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

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

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

border-color css

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

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

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