#848472

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

Shades of Schist #848472

Tints of Schist #848472

Color information

#848472 (or 0x848472) is unknown color: approx Schist. HEX triplet: 84, 84 and 72. RGB value is (132,132,114). Sum of RGB (Red+Green+Blue) = 132+132+114=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848472 is #7B7B8D. Grayscale: #828282. Windows color (decimal): -8092558 or 7505028. OLE color: 7505028.

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

Color convert

RGB132132114-
CMYK000.140.48
HSL60º7.32%48.24%-
HSV(B)60º13.64%51.76%-
XYZ20.822.6219.19-
YUV129.95119129.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=34.92%
G=34.92%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132114000.140.48607.3248.24
Hex84847200E303c730
Octal20420416200166074760
Binary10000100100001001110010001110110000111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848472; }

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

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

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

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

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

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

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

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