#945B57

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

Shades of Rose Taupe #945B57

Tints of Rose Taupe #945B57

Color information

#945B57 (or 0x945B57) is unknown color: approx Rose Taupe. HEX triplet: 94, 5B and 57. RGB value is (148,91,87). Sum of RGB (Red+Green+Blue) = 148+91+87=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #945B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B57 is #6BA4A8. Grayscale: #6B6B6B. Windows color (decimal): -7054505 or 5725076. OLE color: 5725076.

HSL color Cylindrical-coordinate representation of color #945B57: hue angle of 3.93º 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 #945B57 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1489187-
CMYK00.390.410.42
HSL3.93º25.96%46.08%-
HSV(B)3.93º41.22%58.04%-
XYZ17.6714.4710.88-
YUV107.59116.38156.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=45.40%
G=27.91%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148918700.390.410.423.9325.9646.08
Hex945B57027292A41a2e
Octal224133127047515243256
Binary1001010010110111010111010011110100110101010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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