#85837B

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

Shades of Friar Grey #85837B

Tints of Friar Grey #85837B

Color information

#85837B (or 0x85837B) is unknown color: approx Friar Grey. HEX triplet: 85, 83 and 7B. RGB value is (133,131,123). Sum of RGB (Red+Green+Blue) = 133+131+123=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 133 - color contains mainly: red. Hex color #85837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85837B is #7A7C84. Grayscale: #828282. Windows color (decimal): -8027269 or 8094597. OLE color: 8094597.

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

Color convert

RGB133131123-
CMYK00.020.080.48
HSL48º3.94%50.2%-
HSV(B)48º7.52%52.16%-
XYZ21.3622.6521.98-
YUV130.69123.66129.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=34.37%
G=33.85%
B=31.78%

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
Decimal13313112300.020.080.48483.9450.2
Hex85837B0283030432
Octal20520317302106060462
Binary100001011000001111110110101000110000110000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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