#875C59

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

Shades of Rose Taupe #875C59

Tints of Rose Taupe #875C59

Color information

#875C59 (or 0x875C59) is unknown color: approx Rose Taupe. HEX triplet: 87, 5C and 59. RGB value is (135,92,89). Sum of RGB (Red+Green+Blue) = 135+92+89=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #875C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C59 is #78A3A6. Grayscale: #686868. Windows color (decimal): -7906215 or 5856391. OLE color: 5856391.

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

Color convert

RGB1359289-
CMYK00.320.340.47
HSL3.91º20.54%43.92%-
HSV(B)3.91º34.07%52.94%-
XYZ15.6213.5311.24-
YUV104.52119.25149.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=42.72%
G=29.11%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135928900.320.340.473.9120.5443.92
Hex875C59020222F4152c
Octal207134131040425742554
Binary1000011110111001011001010000010001010111110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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