#826370

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

Shades of Mauve Taupe #826370

Tints of Mauve Taupe #826370

Color information

#826370 (or 0x826370) is unknown color: approx Mauve Taupe. HEX triplet: 82, 63 and 70. RGB value is (130,99,112). Sum of RGB (Red+Green+Blue) = 130+99+112=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #826370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826370 is #7D9C8F. Grayscale: #6D6D6D. Windows color (decimal): -8232080 or 7365506. OLE color: 7365506.

HSL color Cylindrical-coordinate representation of color #826370: hue angle of 334.84º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #826370 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB13099112-
CMYK00.240.140.49
HSL334.84º13.54%44.9%-
HSV(B)334.84º23.85%50.98%-
XYZ16.5914.8417.32-
YUV109.75129.27142.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=38.12%
G=29.03%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309911200.240.140.49334.8413.5444.9
Hex826370018E3114fe2d
Octal20214316003016615171655
Binary100000101100011111000001100011101100011010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826370; }

 p { color: rgb(130,99,112); }

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

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

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

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

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

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

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