#945B58

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

Shades of Rose Taupe #945B58

Tints of Rose Taupe #945B58

Color information

#945B58 (or 0x945B58) is unknown color: approx Rose Taupe. HEX triplet: 94, 5B and 58. RGB value is (148,91,88). Sum of RGB (Red+Green+Blue) = 148+91+88=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #945B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B58 is #6BA4A7. Grayscale: #6B6B6B. Windows color (decimal): -7054504 or 5790612. OLE color: 5790612.

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

Color convert

RGB1489188-
CMYK00.390.410.42
HSL25.42%46.27%-
HSV(B)40.54%58.04%-
XYZ17.7214.4811.09-
YUV107.7116.88156.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=45.26%
G=27.83%
B=26.91%

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
Decimal148918800.390.410.42325.4246.27
Hex945B58027292A3192e
Octal224133130047515233156
Binary100101001011011101100001001111010011010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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