#8B5E62

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

Shades of Mauve Taupe #8B5E62

Tints of Mauve Taupe #8B5E62

Color information

#8B5E62 (or 0x8B5E62) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5E and 62. RGB value is (139,94,98). Sum of RGB (Red+Green+Blue) = 139+94+98=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E62 is #74A19D. Grayscale: #6B6B6B. Windows color (decimal): -7643550 or 6446731. OLE color: 6446731.

HSL color Cylindrical-coordinate representation of color #8B5E62: hue angle of 354.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E62 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1399498-
CMYK00.320.290.45
HSL354.67º19.31%45.69%-
HSV(B)354.67º32.37%54.51%-
XYZ16.8514.3813.44-
YUV107.91122.41150.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=41.99%
G=28.40%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139949800.320.290.45354.6719.3145.69
Hex8B5E620201D2D163132e
Octal21313614204035555432356
Binary100010111011110110001001000001110110110110110001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B5E62; }

 p { color: rgb(139,94,98); }

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

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

 a { background-color: rgb(139,94,98); }

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

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

 span { border-color: rgb(139,94,98); }

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