#8B5B57

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

Shades of Rose Taupe #8B5B57

Tints of Rose Taupe #8B5B57

Color information

#8B5B57 (or 0x8B5B57) is unknown color: approx Rose Taupe. HEX triplet: 8B, 5B and 57. RGB value is (139,91,87). Sum of RGB (Red+Green+Blue) = 139+91+87=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B57 is #74A4A8. Grayscale: #686868. Windows color (decimal): -7644329 or 5725067. OLE color: 5725067.

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

Color convert

RGB1399187-
CMYK00.350.370.45
HSL4.62º23.01%44.31%-
HSV(B)4.62º37.41%54.51%-
XYZ16.1113.6610.8-
YUV104.9117.9152.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 87 (34.38% from 255) = 27.44%
R=43.85%
G=28.71%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139918700.350.370.454.6223.0144.31
Hex8B5B57023252D5172c
Octal213133127043455552754
Binary1000101110110111010111010001110010110110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,91,87); }

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

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

 a { background-color: rgb(139,91,87); }

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

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

 span { border-color: rgb(139,91,87); }

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