#955D58

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

Shades of Rose Taupe #955D58

Tints of Rose Taupe #955D58

Color information

#955D58 (or 0x955D58) is unknown color: approx Rose Taupe. HEX triplet: 95, 5D and 58. RGB value is (149,93,88). Sum of RGB (Red+Green+Blue) = 149+93+88=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #955D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D58 is #6AA2A7. Grayscale: #6D6D6D. Windows color (decimal): -6988456 or 5791125. OLE color: 5791125.

HSL color Cylindrical-coordinate representation of color #955D58: hue angle of 4.92º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955D58 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1499388-
CMYK00.380.410.42
HSL4.92º25.74%46.47%-
HSV(B)4.92º40.94%58.43%-
XYZ18.0714.9211.16-
YUV109.17116.05156.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=45.15%
G=28.18%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149938800.380.410.424.9225.7446.47
Hex955D58026292A51a2e
Octal225135130046515253256
Binary1001010110111011011000010011010100110101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955D58; }

 p { color: rgb(149,93,88); }

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

<style>
 a { background-color: #955D58; }

 a { background-color: rgb(149,93,88); }

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

<style>
 span { border-color: #955D58; }

 span { border-color: rgb(149,93,88); }

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