#858175

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

Shades of Friar Grey #858175

Tints of Friar Grey #858175

Color information

#858175 (or 0x858175) is unknown color: approx Friar Grey. HEX triplet: 85, 81 and 75. RGB value is (133,129,117). Sum of RGB (Red+Green+Blue) = 133+129+117=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #858175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858175 is #7A7E8A. Grayscale: #808080. Windows color (decimal): -8027787 or 7700869. OLE color: 7700869.

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

Color convert

RGB133129117-
CMYK00.030.120.48
HSL45º6.4%49.02%-
HSV(B)45º12.03%52.16%-
XYZ20.7321.9719.98-
YUV128.83121.33130.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=35.09%
G=34.04%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312911700.030.120.48456.449.02
Hex85817503C302d631
Octal20520116503146055661
Binary100001011000000111101010111100110000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858175; }

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

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

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

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

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

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

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

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