#945957

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

Shades of Rose Taupe #945957

Tints of Rose Taupe #945957

Color information

#945957 (or 0x945957) is unknown color: approx Rose Taupe. HEX triplet: 94, 59 and 57. RGB value is (148,89,87). Sum of RGB (Red+Green+Blue) = 148+89+87=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #945957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945957 is #6BA6A8. Grayscale: #6A6A6A. Windows color (decimal): -7055017 or 5724564. OLE color: 5724564.

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

Color convert

RGB1488987-
CMYK00.400.410.42
HSL1.97º25.96%46.08%-
HSV(B)1.97º41.22%58.04%-
XYZ17.5114.1310.82-
YUV106.41117.05157.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=45.68%
G=27.47%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148898700.400.410.421.9725.9646.08
Hex945957028292A21a2e
Octal224131127050515223256
Binary100101001011001101011101010001010011010101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945957; }

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

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

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

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

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

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

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

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