#955B57

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

Shades of Rose Taupe #955B57

Tints of Rose Taupe #955B57

Color information

#955B57 (or 0x955B57) is unknown color: approx Rose Taupe. HEX triplet: 95, 5B and 57. RGB value is (149,91,87). Sum of RGB (Red+Green+Blue) = 149+91+87=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #955B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B57 is #6AA4A8. Grayscale: #6B6B6B. Windows color (decimal): -6988969 or 5725077. OLE color: 5725077.

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

Color convert

RGB1499187-
CMYK00.390.420.42
HSL3.87º26.27%46.27%-
HSV(B)3.87º41.61%58.43%-
XYZ17.8614.5610.89-
YUV107.89116.22157.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 87 (34.38% from 255) = 26.61%
R=45.57%
G=27.83%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149918700.390.420.423.8726.2746.27
Hex955B570272A2A41a2e
Octal225133127047525243256
Binary1001010110110111010111010011110101010101010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,91,87); }

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

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

 a { background-color: rgb(149,91,87); }

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

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

 span { border-color: rgb(149,91,87); }

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