#848275

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

Shades of Friar Grey #848275

Tints of Friar Grey #848275

Color information

#848275 (or 0x848275) is unknown color: approx Friar Grey. HEX triplet: 84, 82 and 75. RGB value is (132,130,117). Sum of RGB (Red+Green+Blue) = 132+130+117=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 132 - color contains mainly: red. Hex color #848275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848275 is #7B7D8A. Grayscale: #818181. Windows color (decimal): -8093067 or 7701124. OLE color: 7701124.

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

Color convert

RGB132130117-
CMYK00.020.110.48
HSL52º6.02%48.82%-
HSV(B)52º11.36%51.76%-
XYZ20.7122.1620.01-
YUV129.12121.16130.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=34.83%
G=34.30%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213011700.020.110.48526.0248.82
Hex84827502B3034631
Octal20420216502136064661
Binary100001001000001011101010101011110000110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848275; }

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

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

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

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

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

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

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

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