Html Css Color HEX #947849 Muesli

📋 copy color: '#947849'

red 148 ◦ green 120 ◦ blue 73

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

Shades of Muesli #947849

Tints of Muesli #947849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

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

R = 43.4%
G = 35.19%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#947849 (or 0x947849) is known color: Muesli. HEX triplet: 94, 78 and 49. RGB value is (148,120,73). Sum of RGB (Red+Green+Blue) = 148+120+73=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #947849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947849 is #6B87B6. Grayscale: #7B7B7B. Windows color (decimal): -7047095 or 4814996. OLE color: 4814996.

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

Color convert

RGB 148 120 73 -
CMYK 0 0.19 0.51 0.42
HSL 37.6º 0.34% 0.43% -
HSV(B) 37.6º 0.51% 0.58% -
XYZ 20.13 20.21 9.14 -
YUV 123.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 148 120 73 0 0.19 0.51 0.42 37.6 0.34 0.43
Hex 94 78 49 0 13 33 2A 26 22 2B
Octal 224 170 111 0 23 63 52 46 42 53
Binary 10010100 1111000 1001001 0 10011 110011 101010 100110 100010 101011

Color Harmonies of #947849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947849

Black with #947849

Text Example


Text Example

White with #947849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947849; }

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

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

background-color css

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

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

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

border-color css

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

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

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