#858279

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

Shades of Friar Grey #858279

Tints of Friar Grey #858279

Color information

#858279 (or 0x858279) is unknown color: approx Friar Grey. HEX triplet: 85, 82 and 79. RGB value is (133,130,121). Sum of RGB (Red+Green+Blue) = 133+130+121=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 133 - color contains mainly: red. Hex color #858279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858279 is #7A7D86. Grayscale: #818181. Windows color (decimal): -8027527 or 7963269. OLE color: 7963269.

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

Color convert

RGB133130121-
CMYK00.020.090.48
HSL45º4.72%49.8%-
HSV(B)45º9.02%52.16%-
XYZ21.1122.3321.29-
YUV129.87122.99130.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=34.64%
G=33.85%
B=31.51%

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
Decimal13313012100.020.090.48454.7249.8
Hex858279029302d532
Octal20520217102116055562
Binary100001011000001011110010101001110000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858279; }

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

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

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

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

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

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

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

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