Html Css Color HEX #85837B Friar Grey

📋 copy color: '#85837B'

red 133 ◦ green 131 ◦ blue 123

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

Shades of Friar Grey #85837B

Tints of Friar Grey #85837B

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

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85837B (or 0x85837B) is known color: 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

RGB 133 131 123 -
CMYK 0 0.02 0.08 0.48
HSL 48º 0.04% 0.5% -
HSV(B) 48º 0.08% 0.52% -
XYZ 21.36 22.65 21.98 -
YUV 130.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 133 131 123 0 0.02 0.08 0.48 48 0.04 0.5
Hex 85 83 7B 0 2 8 30 30 4 32
Octal 205 203 173 0 2 10 60 60 4 62
Binary 10000101 10000011 1111011 0 10 1000 110000 110000 100 110010

Color Harmonies of #85837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85837B

Black with #85837B

Text Example


Text Example

White with #85837B

Text Example


Text Example

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