#858174

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

Shades of Friar Grey #858174

Tints of Friar Grey #858174

Color information

#858174 (or 0x858174) is unknown color: approx Friar Grey. HEX triplet: 85, 81 and 74. RGB value is (133,129,116). Sum of RGB (Red+Green+Blue) = 133+129+116=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #858174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858174 is #7A7E8B. Grayscale: #808080. Windows color (decimal): -8027788 or 7635333. OLE color: 7635333.

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

Color convert

RGB133129116-
CMYK00.030.130.48
HSL45.88º6.83%48.82%-
HSV(B)45.88º12.78%52.16%-
XYZ20.6821.9519.67-
YUV128.71120.83131.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=35.19%
G=34.13%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312911600.030.130.4845.886.8348.82
Hex85817403D302e731
Octal20520116403156056761
Binary100001011000000111101000111101110000101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858174; }

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

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

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

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

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

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

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

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