#858379

Color #858379 Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #858379

Tints of Friar Grey #858379

Color information

#858379 (or 0x858379) is unknown color: approx Friar Grey. HEX triplet: 85, 83 and 79. RGB value is (133,131,121). Sum of RGB (Red+Green+Blue) = 133+131+121=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #858379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858379 is #7A7C86. Grayscale: #828282. Windows color (decimal): -8027271 or 7963525. OLE color: 7963525.

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

Color convert

RGB133131121-
CMYK00.020.090.48
HSL50º4.72%49.8%-
HSV(B)50º9.02%52.16%-
XYZ21.2422.621.33-
YUV130.46122.66129.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=34.55%
G=34.03%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313112100.020.090.48504.7249.8
Hex8583790293032532
Octal20520317102116062562
Binary100001011000001111110010101001110000110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858379; }

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

 H1.HeaderClassName
 {
   color: #858379;
 }
 .AnyTagClassName
 {
   color: #858379;
 }
</style>
background-color css

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

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

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

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

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

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