#858274

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

Shades of Friar Grey #858274

Tints of Friar Grey #858274

Color information

#858274 (or 0x858274) is unknown color: approx Friar Grey. HEX triplet: 85, 82 and 74. RGB value is (133,130,116). Sum of RGB (Red+Green+Blue) = 133+130+116=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #858274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858274 is #7A7D8B. Grayscale: #818181. Windows color (decimal): -8027532 or 7635589. OLE color: 7635589.

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

Color convert

RGB133130116-
CMYK00.020.130.48
HSL49.41º6.83%48.82%-
HSV(B)49.41º12.78%52.16%-
XYZ20.8122.2119.71-
YUV129.3120.49130.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=35.09%
G=34.30%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313011600.020.130.4849.416.8348.82
Hex85827402D3031731
Octal20520216402156061761
Binary100001011000001011101000101101110000110001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858274; }

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

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

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

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

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

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

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

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