Html Css Color HEX #858372 Schist

📋 copy color: '#858372'

red 133 ◦ green 131 ◦ blue 114

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

Shades of Schist #858372

Tints of Schist #858372

RGB

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

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

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

R = 35.19%
G = 34.66%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#858372 (or 0x858372) is known color: Schist. HEX triplet: 85, 83 and 72. RGB value is (133,131,114). Sum of RGB (Red+Green+Blue) = 133+131+114=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #858372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858372 is #7A7C8D. Grayscale: #818181. Windows color (decimal): -8027278 or 7504773. OLE color: 7504773.

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

Color convert

RGB 133 131 114 -
CMYK 0 0.02 0.14 0.48
HSL 53.68º 0.08% 0.48% -
HSV(B) 53.68º 0.14% 0.52% -
XYZ 20.83 22.43 19.15 -
YUV 129.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 133 131 114 0 0.02 0.14 0.48 53.68 0.08 0.48
Hex 85 83 72 0 2 E 30 36 8 30
Octal 205 203 162 0 2 16 60 66 10 60
Binary 10000101 10000011 1110010 0 10 1110 110000 110110 1000 110000

Color Harmonies of #858372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858372

Black with #858372

Text Example


Text Example

White with #858372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858372; }

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

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

background-color css

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

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

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

border-color css

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

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

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