#875C58

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

Shades of Rose Taupe #875C58

Tints of Rose Taupe #875C58

Color information

#875C58 (or 0x875C58) is unknown color: approx Rose Taupe. HEX triplet: 87, 5C and 58. RGB value is (135,92,88). Sum of RGB (Red+Green+Blue) = 135+92+88=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C58 is #78A3A7. Grayscale: #686868. Windows color (decimal): -7906216 or 5790855. OLE color: 5790855.

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

Color convert

RGB1359288-
CMYK00.320.350.47
HSL5.11º21.08%43.73%-
HSV(B)5.11º34.81%52.94%-
XYZ15.5813.5111.02-
YUV104.4118.75149.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=42.86%
G=29.21%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135928800.320.350.475.1121.0843.73
Hex875C58020232F5152c
Octal207134130040435752554
Binary1000011110111001011000010000010001110111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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