#848273

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

Shades of Schist #848273

Tints of Schist #848273

Color information

#848273 (or 0x848273) is unknown color: approx Schist. HEX triplet: 84, 82 and 73. RGB value is (132,130,115). Sum of RGB (Red+Green+Blue) = 132+130+115=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 132 - color contains mainly: red. Hex color #848273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848273 is #7B7D8C. Grayscale: #808080. Windows color (decimal): -8093069 or 7570052. OLE color: 7570052.

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

Color convert

RGB132130115-
CMYK00.020.130.48
HSL52.94º6.88%48.43%-
HSV(B)52.94º12.88%51.76%-
XYZ20.5922.1119.4-
YUV128.89120.16130.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=35.01%
G=34.48%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213011500.020.130.4852.946.8848.43
Hex84827302D3035730
Octal20420216302156065760
Binary100001001000001011100110101101110000110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848273; }

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

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

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

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

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

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

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

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