#858375

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

Shades of Friar Grey #858375

Tints of Friar Grey #858375

Color information

#858375 (or 0x858375) is unknown color: approx Friar Grey. HEX triplet: 85, 83 and 75. RGB value is (133,131,117). Sum of RGB (Red+Green+Blue) = 133+131+117=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #858375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858375 is #7A7C8A. Grayscale: #828282. Windows color (decimal): -8027275 or 7701381. OLE color: 7701381.

HSL color Cylindrical-coordinate representation of color #858375: hue angle of 52.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858375 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB133131117-
CMYK00.020.120.48
HSL52.5º6.4%49.02%-
HSV(B)52.5º12.03%52.16%-
XYZ2122.520.07-
YUV130120.66130.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=34.91%
G=34.38%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313111700.020.120.4852.56.449.02
Hex85837502C3035631
Octal20520316502146065661
Binary100001011000001111101010101100110000110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858375; }

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

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

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

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

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

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

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

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