#8B5856

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

Shades of Rose Taupe #8B5856

Tints of Rose Taupe #8B5856

Color information

#8B5856 (or 0x8B5856) is unknown color: approx Rose Taupe. HEX triplet: 8B, 58 and 56. RGB value is (139,88,86). Sum of RGB (Red+Green+Blue) = 139+88+86=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5856 is #74A7A9. Grayscale: #676767. Windows color (decimal): -7645098 or 5658763. OLE color: 5658763.

HSL color Cylindrical-coordinate representation of color #8B5856: hue angle of 2.26º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5856 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1398886-
CMYK00.370.380.45
HSL2.26º23.56%44.12%-
HSV(B)2.26º38.13%54.51%-
XYZ15.8213.1410.51-
YUV103.02118.4153.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=44.41%
G=28.12%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139888600.370.380.452.2623.5644.12
Hex8B5856025262D2182c
Octal213130126045465523054
Binary100010111011000101011001001011001101011011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,86); }

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

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

 a { background-color: rgb(139,88,86); }

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

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

 span { border-color: rgb(139,88,86); }

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