#875B56

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

Shades of Rose Taupe #875B56

Tints of Rose Taupe #875B56

Color information

#875B56 (or 0x875B56) is unknown color: approx Rose Taupe. HEX triplet: 87, 5B and 56. RGB value is (135,91,86). Sum of RGB (Red+Green+Blue) = 135+91+86=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #875B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B56 is #78A4A9. Grayscale: #676767. Windows color (decimal): -7906474 or 5659527. OLE color: 5659527.

HSL color Cylindrical-coordinate representation of color #875B56: hue angle of 6.12º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875B56 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1359186-
CMYK00.330.360.47
HSL6.12º22.17%43.33%-
HSV(B)6.12º36.3%52.94%-
XYZ15.4113.310.56-
YUV103.59118.08150.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=43.27%
G=29.17%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135918600.330.360.476.1222.1743.33
Hex875B56021242F6162b
Octal207133126041445762653
Binary1000011110110111010110010000110010010111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875B56; }

 p { color: rgb(135,91,86); }

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

<style>
 a { background-color: #875B56; }

 a { background-color: rgb(135,91,86); }

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

<style>
 span { border-color: #875B56; }

 span { border-color: rgb(135,91,86); }

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