#848470

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

Shades of Schist #848470

Tints of Schist #848470

Color information

#848470 (or 0x848470) is unknown color: approx Schist. HEX triplet: 84, 84 and 70. RGB value is (132,132,112). Sum of RGB (Red+Green+Blue) = 132+132+112=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848470 is #7B7B8F. Grayscale: #818181. Windows color (decimal): -8092560 or 7373956. OLE color: 7373956.

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

Color convert

RGB132132112-
CMYK000.150.48
HSL60º8.2%47.84%-
HSV(B)60º15.15%51.76%-
XYZ20.6922.5818.6-
YUV129.72118129.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=35.11%
G=35.11%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132112000.150.48608.247.84
Hex84847000F303c830
Octal204204160001760741060
Binary100001001000010011100000011111100001111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848470; }

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

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

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

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

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

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

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

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