#85837E

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

Shades of Friar Grey #85837E

Tints of Friar Grey #85837E

Color information

#85837E (or 0x85837E) is unknown color: approx Friar Grey. HEX triplet: 85, 83 and 7E. RGB value is (133,131,126). Sum of RGB (Red+Green+Blue) = 133+131+126=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 133 - color contains mainly: red. Hex color #85837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85837E is #7A7C81. Grayscale: #838383. Windows color (decimal): -8027266 or 8291205. OLE color: 8291205.

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

Color convert

RGB133131126-
CMYK00.020.050.48
HSL42.86º2.79%50.78%-
HSV(B)42.86º5.26%52.16%-
XYZ21.5622.7322.99-
YUV131.03125.16129.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=34.10%
G=33.59%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313112600.020.050.4842.862.7950.78
Hex85837E025302b333
Octal2052031760256053363
Binary1000010110000011111111001010111000010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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