#8B5C56

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

Shades of Rose Taupe #8B5C56

Tints of Rose Taupe #8B5C56

Color information

#8B5C56 (or 0x8B5C56) is unknown color: approx Rose Taupe. HEX triplet: 8B, 5C and 56. RGB value is (139,92,86). Sum of RGB (Red+Green+Blue) = 139+92+86=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C56 is #74A3A9. Grayscale: #696969. Windows color (decimal): -7644074 or 5659787. OLE color: 5659787.

HSL color Cylindrical-coordinate representation of color #8B5C56: hue angle of 6.79º 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 #8B5C56 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1399286-
CMYK00.340.380.45
HSL6.79º23.56%44.12%-
HSV(B)6.79º38.13%54.51%-
XYZ16.1513.8210.62-
YUV105.37117.07151.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=43.85%
G=29.02%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139928600.340.380.456.7923.5644.12
Hex8B5C56022262D7182c
Octal213134126042465573054
Binary1000101110111001010110010001010011010110111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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