#8B5F5B

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

Shades of Rose Taupe #8B5F5B

Tints of Rose Taupe #8B5F5B

Color information

#8B5F5B (or 0x8B5F5B) is unknown color: approx Rose Taupe. HEX triplet: 8B, 5F and 5B. RGB value is (139,95,91). Sum of RGB (Red+Green+Blue) = 139+95+91=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5F5B is #74A0A4. Grayscale: #6B6B6B. Windows color (decimal): -7643301 or 5988235. OLE color: 5988235.

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

Color convert

RGB1399591-
CMYK00.320.350.45
HSL20.87%45.1%-
HSV(B)34.53%54.51%-
XYZ16.6314.4311.81-
YUV107.7118.58150.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 95 (37.5% from 255) = 29.23%
BLUE value IS 91 (35.94% from 255) = 28%
R=42.77%
G=29.23%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139959100.320.350.45520.8745.1
Hex8B5F5B020232D5152d
Octal213137133040435552555
Binary1000101110111111011011010000010001110110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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