Html Css Color HEX #948049 Muesli

📋 copy color: '#948049'

red 148 ◦ green 128 ◦ blue 73

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

Shades of Muesli #948049

Tints of Muesli #948049

RGB

 RED value IS 148 (58.2% from 255) = 42.41%

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 42.41%
G = 36.68%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#948049 (or 0x948049) is known color: Muesli. HEX triplet: 94, 80 and 49. RGB value is (148,128,73). Sum of RGB (Red+Green+Blue) = 148+128+73=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #948049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948049 is #6B7FB6. Grayscale: #7F7F7F. Windows color (decimal): -7045047 or 4817044. OLE color: 4817044.

HSL color Cylindrical-coordinate representation of color #948049: hue angle of 44º 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 #948049 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 73 -
CMYK 0 0.14 0.51 0.42
HSL 44º 0.34% 0.43% -
HSV(B) 44º 0.51% 0.58% -
XYZ 21.13 22.22 9.48 -
YUV 127.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 148 128 73 0 0.14 0.51 0.42 44 0.34 0.43
Hex 94 80 49 0 E 33 2A 2C 22 2B
Octal 224 200 111 0 16 63 52 54 42 53
Binary 10010100 10000000 1001001 0 1110 110011 101010 101100 100010 101011

Color Harmonies of #948049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948049

Black with #948049

Text Example


Text Example

White with #948049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948049; }

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

 H1.HeaderClassName
 {
   color: #948049;
 }
 .AnyTagClassName
 {
   color: #948049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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