#945C59

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

Shades of Rose Taupe #945C59

Tints of Rose Taupe #945C59

Color information

#945C59 (or 0x945C59) is unknown color: approx Rose Taupe. HEX triplet: 94, 5C and 59. RGB value is (148,92,89). Sum of RGB (Red+Green+Blue) = 148+92+89=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #945C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C59 is #6BA3A6. Grayscale: #6C6C6C. Windows color (decimal): -7054247 or 5856404. OLE color: 5856404.

HSL color Cylindrical-coordinate representation of color #945C59: hue angle of 3.05º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945C59 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1489289-
CMYK00.380.400.42
HSL3.05º24.89%46.47%-
HSV(B)3.05º39.86%58.04%-
XYZ17.8414.6711.34-
YUV108.4117.05156.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=44.98%
G=27.96%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148928900.380.400.423.0524.8946.47
Hex945C59026282A3192e
Octal224134131046505233156
Binary100101001011100101100101001101010001010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,92,89); }

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

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

 a { background-color: rgb(148,92,89); }

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

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

 span { border-color: rgb(148,92,89); }

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