#875C5C

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

Shades of Rose Taupe #875C5C

Tints of Rose Taupe #875C5C

Color information

#875C5C (or 0x875C5C) is unknown color: approx Rose Taupe. HEX triplet: 87, 5C and 5C. RGB value is (135,92,92). Sum of RGB (Red+Green+Blue) = 135+92+92=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #875C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C5C is #78A3A3. Grayscale: #686868. Windows color (decimal): -7906212 or 6052999. OLE color: 6052999.

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

Color convert

RGB1359292-
CMYK00.320.320.47
HSL18.94%44.51%-
HSV(B)31.85%52.94%-
XYZ15.7513.5811.92-
YUV104.86120.75149.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=42.32%
G=28.84%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135929200.320.320.47018.9444.51
Hex875C5C020202F0132d
Octal207134134040405702355
Binary10000111101110010111000100000100000101111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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