#875C5A

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

Shades of Rose Taupe #875C5A

Tints of Rose Taupe #875C5A

Color information

#875C5A (or 0x875C5A) is unknown color: approx Rose Taupe. HEX triplet: 87, 5C and 5A. RGB value is (135,92,90). Sum of RGB (Red+Green+Blue) = 135+92+90=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #875C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C5A is #78A3A5. Grayscale: #686868. Windows color (decimal): -7906214 or 5921927. OLE color: 5921927.

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

Color convert

RGB1359290-
CMYK00.320.330.47
HSL2.67º20%44.12%-
HSV(B)2.67º33.33%52.94%-
XYZ15.6613.5411.46-
YUV104.63119.75149.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=42.59%
G=29.02%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135929000.320.330.472.672044.12
Hex875C5A020212F3142c
Octal207134132040415732454
Binary100001111011100101101001000001000011011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,90); }

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

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

 a { background-color: rgb(135,92,90); }

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

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

 span { border-color: rgb(135,92,90); }

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