#945E5D

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

Shades of Rose Taupe #945E5D

Tints of Rose Taupe #945E5D

Color information

#945E5D (or 0x945E5D) is unknown color: approx Rose Taupe. HEX triplet: 94, 5E and 5D. RGB value is (148,94,93). Sum of RGB (Red+Green+Blue) = 148+94+93=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #945E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E5D is #6BA1A2. Grayscale: #6E6E6E. Windows color (decimal): -7053731 or 6119060. OLE color: 6119060.

HSL color Cylindrical-coordinate representation of color #945E5D: hue angle of 1.09º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #945E5D is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1489493-
CMYK00.360.370.42
HSL1.09º22.82%47.25%-
HSV(B)1.09º37.16%58.04%-
XYZ18.1915.0912.31-
YUV110.03118.39155.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=44.18%
G=28.06%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148949300.360.370.421.0922.8247.25
Hex945E5D024252A1172f
Octal224136135044455212757
Binary10010100101111010111010100100100101101010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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