Html Css Color HEX #858375 Friar Grey

📋 copy color: '#858375'

red 133 ◦ green 131 ◦ blue 117

#858375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Friar Grey #858375

Tints of Friar Grey #858375

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 value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#858375 (or 0x858375) is known color: 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

RGB 133 131 117 -
CMYK 0 0.02 0.12 0.48
HSL 52.5º 0.06% 0.49% -
HSV(B) 52.5º 0.12% 0.52% -
XYZ 21 22.5 20.07 -
YUV 130 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 133 131 117 0 0.02 0.12 0.48 52.5 0.06 0.49
Hex 85 83 75 0 2 C 30 34 6 31
Octal 205 203 165 0 2 14 60 64 6 61
Binary 10000101 10000011 1110101 0 10 1100 110000 110100 110 110001

Color Harmonies of #858375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858375

Black with #858375

Text Example


Text Example

White with #858375

Text Example


Text Example

HTML Codes & Css Web 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>