#945E57

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

Shades of Rose Taupe #945E57

Tints of Rose Taupe #945E57

Color information

#945E57 (or 0x945E57) is unknown color: approx Rose Taupe. HEX triplet: 94, 5E and 57. RGB value is (148,94,87). Sum of RGB (Red+Green+Blue) = 148+94+87=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #945E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E57 is #6BA1A8. Grayscale: #6D6D6D. Windows color (decimal): -7053737 or 5725844. OLE color: 5725844.

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

Color convert

RGB1489487-
CMYK00.360.410.42
HSL6.89º25.96%46.08%-
HSV(B)6.89º41.22%58.04%-
XYZ17.9414.9910.96-
YUV109.35115.39155.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=44.98%
G=28.57%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148948700.360.410.426.8925.9646.08
Hex945E57024292A71a2e
Octal224136127044515273256
Binary1001010010111101010111010010010100110101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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