Html Css Color HEX #946049 Spicy Mix

📋 copy color: '#946049'

red 148 ◦ green 96 ◦ blue 73

#946049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #946049

Tints of Spicy Mix #946049

RGB

 RED value IS 148 (58.2% 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 value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#946049 (or 0x946049) is known color: 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

RGB 148 96 73 -
CMYK 0 0.35 0.51 0.42
HSL 18.4º 0.34% 0.43% -
HSV(B) 18.4º 0.51% 0.58% -
XYZ 17.6 15.14 8.3 -
YUV 108.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 148 96 73 0 0.35 0.51 0.42 18.4 0.34 0.43
Hex 94 60 49 0 23 33 2A 12 22 2B
Octal 224 140 111 0 43 63 52 22 42 53
Binary 10010100 1100000 1001001 0 100011 110011 101010 10010 100010 101011

Color Harmonies of #946049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946049

Black with #946049

Text Example


Text Example

White with #946049

Text Example


Text Example

HTML Codes & Css Web 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>