#946049

Color #946049 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #946049

Tints of Spicy Mix #946049

Color information

#946049 (or 0x946049) is unknown color: approx Spicy Mix. HEX triplet: 94, 60 and 49. RGB value is (148,96,73). Sum of RGB (Red+Green+Blue) = 148+96+73=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #946049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946049 is #6B9FB6. Grayscale: #6D6D6D. Windows color (decimal): -7053239 or 4808852. OLE color: 4808852.

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

Color convert

RGB1489673-
CMYK00.350.510.42
HSL18.4º33.94%43.33%-
HSV(B)18.4º50.68%58.04%-
XYZ17.615.148.3-
YUV108.93107.73155.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=46.69%
G=30.28%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148967300.350.510.4218.433.9443.33
Hex946049023332A12222b
Octal2241401110436352224253
Binary1001010011000001001001010001111001110101010010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946049; }

 p { color: rgb(148,96,73); }

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

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

 a { background-color: rgb(148,96,73); }

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

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

 span { border-color: rgb(148,96,73); }

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