#8D625C

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

Shades of Rose Taupe #8D625C

Tints of Rose Taupe #8D625C

Color information

#8D625C (or 0x8D625C) is unknown color: approx Rose Taupe. HEX triplet: 8D, 62 and 5C. RGB value is (141,98,92). Sum of RGB (Red+Green+Blue) = 141+98+92=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D625C is #729DA3. Grayscale: #6E6E6E. Windows color (decimal): -7511460 or 6054541. OLE color: 6054541.

HSL color Cylindrical-coordinate representation of color #8D625C: hue angle of 7.35º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D625C is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1419892-
CMYK00.300.350.45
HSL7.35º21.03%45.69%-
HSV(B)7.35º34.75%55.29%-
XYZ17.2815.1712.14-
YUV110.17117.75149.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=42.60%
G=29.61%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141989200.300.350.457.3521.0345.69
Hex8D625C01E232D7152e
Octal215142134036435572556
Binary100011011100010101110001111010001110110111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D625C; }

 p { color: rgb(141,98,92); }

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

<style>
 a { background-color: #8D625C; }

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

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

<style>
 span { border-color: #8D625C; }

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

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