#848272

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

Shades of Schist #848272

Tints of Schist #848272

Color information

#848272 (or 0x848272) is unknown color: approx Schist. HEX triplet: 84, 82 and 72. RGB value is (132,130,114). Sum of RGB (Red+Green+Blue) = 132+130+114=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 132 - color contains mainly: red. Hex color #848272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848272 is #7B7D8D. Grayscale: #808080. Windows color (decimal): -8093070 or 7504516. OLE color: 7504516.

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

Color convert

RGB132130114-
CMYK00.020.140.48
HSL53.33º7.32%48.24%-
HSV(B)53.33º13.64%51.76%-
XYZ20.5422.0919.1-
YUV128.77119.66130.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=35.11%
G=34.57%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213011400.020.140.4853.337.3248.24
Hex84827202E3035730
Octal20420216202166065760
Binary100001001000001011100100101110110000110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848272; }

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

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

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

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

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

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

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

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