#945A57

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

Shades of Rose Taupe #945A57

Tints of Rose Taupe #945A57

Color information

#945A57 (or 0x945A57) is unknown color: approx Rose Taupe. HEX triplet: 94, 5A and 57. RGB value is (148,90,87). Sum of RGB (Red+Green+Blue) = 148+90+87=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #945A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A57 is #6BA5A8. Grayscale: #6B6B6B. Windows color (decimal): -7054761 or 5724820. OLE color: 5724820.

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

Color convert

RGB1489087-
CMYK00.390.410.42
HSL2.95º25.96%46.08%-
HSV(B)2.95º41.22%58.04%-
XYZ17.5914.310.85-
YUV107116.72157.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=45.54%
G=27.69%
B=26.77%

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
Decimal148908700.390.410.422.9525.9646.08
Hex945A57027292A31a2e
Octal224132127047515233256
Binary100101001011010101011101001111010011010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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