#85827B

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

Shades of Friar Grey #85827B

Tints of Friar Grey #85827B

Color information

#85827B (or 0x85827B) is unknown color: approx Friar Grey. HEX triplet: 85, 82 and 7B. RGB value is (133,130,123). Sum of RGB (Red+Green+Blue) = 133+130+123=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 133 - color contains mainly: red. Hex color #85827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85827B is #7A7D84. Grayscale: #828282. Windows color (decimal): -8027525 or 8094341. OLE color: 8094341.

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

Color convert

RGB133130123-
CMYK00.020.080.48
HSL42º3.94%50.2%-
HSV(B)42º7.52%52.16%-
XYZ21.2322.3821.94-
YUV130.1123.99130.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=34.46%
G=33.68%
B=31.87%

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
Decimal13313012300.020.080.48423.9450.2
Hex85827B028302a432
Octal20520217302106052462
Binary100001011000001011110110101000110000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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