#858275

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

Shades of Friar Grey #858275

Tints of Friar Grey #858275

Color information

#858275 (or 0x858275) is unknown color: approx Friar Grey. HEX triplet: 85, 82 and 75. RGB value is (133,130,117). Sum of RGB (Red+Green+Blue) = 133+130+117=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 133 - color contains mainly: red. Hex color #858275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858275 is #7A7D8A. Grayscale: #818181. Windows color (decimal): -8027531 or 7701125. OLE color: 7701125.

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

Color convert

RGB133130117-
CMYK00.020.120.48
HSL48.75º6.4%49.02%-
HSV(B)48.75º12.03%52.16%-
XYZ20.8722.2420.02-
YUV129.42120.99130.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=35%
G=34.21%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313011700.020.120.4848.756.449.02
Hex85827502C3031631
Octal20520216502146061661
Binary100001011000001011101010101100110000110001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858275; }

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

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

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

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

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

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

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

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