#848374

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

Shades of Schist #848374

Tints of Schist #848374

Color information

#848374 (or 0x848374) is unknown color: approx Schist. HEX triplet: 84, 83 and 74. RGB value is (132,131,116). Sum of RGB (Red+Green+Blue) = 132+131+116=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 132 - color contains mainly: red. Hex color #848374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848374 is #7B7C8B. Grayscale: #818181. Windows color (decimal): -8092812 or 7635844. OLE color: 7635844.

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

Color convert

RGB132131116-
CMYK00.010.120.48
HSL56.25º6.45%48.63%-
HSV(B)56.25º12.12%51.76%-
XYZ20.7822.419.75-
YUV129.59120.33129.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=34.83%
G=34.56%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213111600.010.120.4856.256.4548.63
Hex84837401C3038631
Octal20420316401146070661
Binary10000100100000111110100011100110000111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848374; }

 p { color: rgb(132,131,116); }

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

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

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

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

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

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

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