#848279

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

Shades of Friar Grey #848279

Tints of Friar Grey #848279

Color information

#848279 (or 0x848279) is unknown color: approx Friar Grey. HEX triplet: 84, 82 and 79. RGB value is (132,130,121). Sum of RGB (Red+Green+Blue) = 132+130+121=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 132 - color contains mainly: red. Hex color #848279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848279 is #7B7D86. Grayscale: #818181. Windows color (decimal): -8093063 or 7963268. OLE color: 7963268.

HSL color Cylindrical-coordinate representation of color #848279: hue angle of 49.09º 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 #848279 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB132130121-
CMYK00.020.080.48
HSL49.09º4.35%49.61%-
HSV(B)49.09º8.33%51.76%-
XYZ20.9522.2521.28-
YUV129.57123.16129.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=34.46%
G=33.94%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213012100.020.080.4849.094.3549.61
Hex8482790283031432
Octal20420217102106061462
Binary100001001000001011110010101000110000110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848279; }

 p { color: rgb(132,130,121); }

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

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

 a { background-color: rgb(132,130,121); }

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

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

 span { border-color: rgb(132,130,121); }

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