#848373

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

Shades of Schist #848373

Tints of Schist #848373

Color information

#848373 (or 0x848373) is unknown color: approx Schist. HEX triplet: 84, 83 and 73. RGB value is (132,131,115). Sum of RGB (Red+Green+Blue) = 132+131+115=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #848373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848373 is #7B7C8C. Grayscale: #818181. Windows color (decimal): -8092813 or 7570308. OLE color: 7570308.

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

Color convert

RGB132131115-
CMYK00.010.130.48
HSL56.47º6.88%48.43%-
HSV(B)56.47º12.88%51.76%-
XYZ20.7322.3819.45-
YUV129.48119.83129.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=34.92%
G=34.66%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213111500.010.130.4856.476.8848.43
Hex84837301D3038730
Octal20420316301156070760
Binary10000100100000111110011011101110000111000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848373; }

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

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

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

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

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

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

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

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