Html Css Color HEX #85837D Friar Grey

📋 copy color: '#85837D'

red 133 ◦ green 131 ◦ blue 125

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

Shades of Friar Grey #85837D

Tints of Friar Grey #85837D

RGB

 RED value IS 133 (52.34% from 255) = 34.19%

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 34.19%
G = 33.68%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85837D (or 0x85837D) is known color: Friar Grey. HEX triplet: 85, 83 and 7D. RGB value is (133,131,125). Sum of RGB (Red+Green+Blue) = 133+131+125=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 133 - color contains mainly: red. Hex color #85837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85837D is #7A7C82. Grayscale: #828282. Windows color (decimal): -8027267 or 8225669. OLE color: 8225669.

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

Color convert

RGB 133 131 125 -
CMYK 0 0.02 0.06 0.48
HSL 45º 0.03% 0.51% -
HSV(B) 45º 0.06% 0.52% -
XYZ 21.49 22.7 22.65 -
YUV 130.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 133 131 125 0 0.02 0.06 0.48 45 0.03 0.51
Hex 85 83 7D 0 2 6 30 2D 3 33
Octal 205 203 175 0 2 6 60 55 3 63
Binary 10000101 10000011 1111101 0 10 110 110000 101101 11 110011

Color Harmonies of #85837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85837D

Black with #85837D

Text Example


Text Example

White with #85837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85837D;
 }
 .AnyTagClassName
 {
   color: #85837D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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