#858276

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

Shades of Friar Grey #858276

Tints of Friar Grey #858276

Color information

#858276 (or 0x858276) is unknown color: approx Friar Grey. HEX triplet: 85, 82 and 76. RGB value is (133,130,118). Sum of RGB (Red+Green+Blue) = 133+130+118=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #858276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858276 is #7A7D89. Grayscale: #818181. Windows color (decimal): -8027530 or 7766661. OLE color: 7766661.

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

Color convert

RGB133130118-
CMYK00.020.110.48
HSL48º5.98%49.22%-
HSV(B)48º11.28%52.16%-
XYZ20.9322.2620.33-
YUV129.53121.49130.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=34.91%
G=34.12%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313011800.020.110.48485.9849.22
Hex85827602B3030631
Octal20520216602136060661
Binary100001011000001011101100101011110000110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858276; }

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

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

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

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

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

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

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

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