#85837A

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

Shades of Friar Grey #85837A

Tints of Friar Grey #85837A

Color information

#85837A (or 0x85837A) is unknown color: approx Friar Grey. HEX triplet: 85, 83 and 7A. RGB value is (133,131,122). Sum of RGB (Red+Green+Blue) = 133+131+122=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 133 - color contains mainly: red. Hex color #85837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85837A is #7A7C85. Grayscale: #828282. Windows color (decimal): -8027270 or 8029061. OLE color: 8029061.

HSL color Cylindrical-coordinate representation of color #85837A: hue angle of 49.09º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #85837A is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB133131122-
CMYK00.020.080.48
HSL49.09º4.31%50%-
HSV(B)49.09º8.27%52.16%-
XYZ21.322.6221.66-
YUV130.57123.16129.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=34.46%
G=33.94%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313112200.020.080.4849.094.3150
Hex85837A0283031432
Octal20520317202106061462
Binary100001011000001111110100101000110000110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85837A; }

 p { color: rgb(133,131,122); }

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

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

 a { background-color: rgb(133,131,122); }

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

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

 span { border-color: rgb(133,131,122); }

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