#945755

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

Shades of Rose Taupe #945755

Tints of Rose Taupe #945755

Color information

#945755 (or 0x945755) is unknown color: approx Rose Taupe. HEX triplet: 94, 57 and 55. RGB value is (148,87,85). Sum of RGB (Red+Green+Blue) = 148+87+85=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #945755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945755 is #6BA8AA. Grayscale: #696969. Windows color (decimal): -7055531 or 5592980. OLE color: 5592980.

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

Color convert

RGB1488785-
CMYK00.410.430.42
HSL1.9º27.04%45.69%-
HSV(B)1.9º42.57%58.04%-
XYZ17.2613.7710.34-
YUV105.01116.71158.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=46.25%
G=27.19%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148878500.410.430.421.927.0445.69
Hex9457550292B2A21b2e
Octal224127125051535223356
Binary100101001010111101010101010011010111010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945755; }

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

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

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

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

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

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

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

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