#858481

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

Shades of Friar Grey #858481

Tints of Friar Grey #858481

Color information

#858481 (or 0x858481) is unknown color: approx Friar Grey. HEX triplet: 85, 84 and 81. RGB value is (133,132,129). Sum of RGB (Red+Green+Blue) = 133+132+129=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 133 - color contains mainly: red. Hex color #858481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858481 is #7A7B7E. Grayscale: #838383. Windows color (decimal): -8027007 or 8488069. OLE color: 8488069.

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

Color convert

RGB133132129-
CMYK00.010.030.48
HSL45º1.61%51.37%-
HSV(B)45º3.01%52.16%-
XYZ21.8923.0724.07-
YUV131.96126.33128.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=33.76%
G=33.50%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313212900.010.030.48451.6151.37
Hex858481013302d233
Octal2052042010136055263
Binary100001011000010010000001011111000010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858481; }

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

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

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

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

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

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

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

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