Html Css Color HEX #947941 Muesli

📋 copy color: '#947941'

red 148 ◦ green 121 ◦ blue 65

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

Shades of Muesli #947941

Tints of Muesli #947941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 44.31%
G = 36.23%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#947941 (or 0x947941) is known color: Muesli. HEX triplet: 94, 79 and 41. RGB value is (148,121,65). Sum of RGB (Red+Green+Blue) = 148+121+65=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #947941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947941 is #6B86BE. Grayscale: #7A7A7A. Windows color (decimal): -7046847 or 4290964. OLE color: 4290964.

HSL color Cylindrical-coordinate representation of color #947941: hue angle of 40.48º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #947941 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 121 65 -
CMYK 0 0.18 0.56 0.42
HSL 40.48º 0.39% 0.42% -
HSV(B) 40.48º 0.56% 0.58% -
XYZ 20 20.35 7.88 -
YUV 122.69 95.45 146.05 -
System Red Green Blue C M Y K H S L
Decimal 148 121 65 0 0.18 0.56 0.42 40.48 0.39 0.42
Hex 94 79 41 0 12 38 2A 28 27 2A
Octal 224 171 101 0 22 70 52 50 47 52
Binary 10010100 1111001 1000001 0 10010 111000 101010 101000 100111 101010

Color Harmonies of #947941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947941

Black with #947941

Text Example


Text Example

White with #947941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947941; }

 p { color: rgb(148,121,65); }

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

background-color css

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

 a { background-color: rgb(148,121,65); }

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

border-color css

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

 span { border-color: rgb(148,121,65); }

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