#84837F

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

Shades of Friar Grey #84837F

Tints of Friar Grey #84837F

Color information

#84837F (or 0x84837F) is unknown color: approx Friar Grey. HEX triplet: 84, 83 and 7F. RGB value is (132,131,127). Sum of RGB (Red+Green+Blue) = 132+131+127=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 132 - color contains mainly: red. Hex color #84837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84837F is #7B7C80. Grayscale: #828282. Windows color (decimal): -8092801 or 8356740. OLE color: 8356740.

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

Color convert

RGB132131127-
CMYK00.010.040.48
HSL48º1.99%50.78%-
HSV(B)48º3.79%51.76%-
XYZ21.4622.6723.32-
YUV130.84125.83128.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.85%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 127 (50% from 255) = 32.56%
R=33.85%
G=33.59%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213112700.010.040.48481.9950.78
Hex84837F0143030233
Octal2042031770146060263
Binary100001001000001111111110110011000011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84837F; }

 p { color: rgb(132,131,127); }

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

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

 a { background-color: rgb(132,131,127); }

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

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

 span { border-color: rgb(132,131,127); }

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