#9D5E5C

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

Shades of Rose Taupe #9D5E5C

Tints of Rose Taupe #9D5E5C

Color information

#9D5E5C (or 0x9D5E5C) is unknown color: approx Rose Taupe. HEX triplet: 9D, 5E and 5C. RGB value is (157,94,92). Sum of RGB (Red+Green+Blue) = 157+94+92=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E5C is #62A1A3. Grayscale: #707070. Windows color (decimal): -6463908 or 6053533. OLE color: 6053533.

HSL color Cylindrical-coordinate representation of color #9D5E5C: hue angle of 1.85º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D5E5C is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB1579492-
CMYK00.400.410.38
HSL1.85º26.1%48.82%-
HSV(B)1.85º41.4%61.57%-
XYZ19.8415.9512.16-
YUV112.61116.37159.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.77%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=45.77%
G=27.41%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157949200.400.410.381.8526.148.82
Hex9D5E5C028292621a31
Octal235136134050514623261
Binary100111011011110101110001010001010011001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D5E5C; }

 p { color: rgb(157,94,92); }

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

<style>
 a { background-color: #9D5E5C; }

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

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

<style>
 span { border-color: #9D5E5C; }

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

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