Html Css Color HEX #948047 Muesli

📋 copy color: '#948047'

red 148 ◦ green 128 ◦ blue 71

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

Shades of Muesli #948047

Tints of Muesli #948047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.46%

R = 42.65%
G = 36.89%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#948047 (or 0x948047) is known color: Muesli. HEX triplet: 94, 80 and 47. RGB value is (148,128,71). Sum of RGB (Red+Green+Blue) = 148+128+71=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #948047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948047 is #6B7FB8. Grayscale: #7F7F7F. Windows color (decimal): -7045049 or 4685972. OLE color: 4685972.

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

Color convert

RGB 148 128 71 -
CMYK 0 0.14 0.52 0.42
HSL 44.42º 0.35% 0.43% -
HSV(B) 44.42º 0.52% 0.58% -
XYZ 21.07 22.19 9.13 -
YUV 127.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 148 128 71 0 0.14 0.52 0.42 44.42 0.35 0.43
Hex 94 80 47 0 E 34 2A 2C 23 2B
Octal 224 200 107 0 16 64 52 54 43 53
Binary 10010100 10000000 1000111 0 1110 110100 101010 101100 100011 101011

Color Harmonies of #948047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948047

Black with #948047

Text Example


Text Example

White with #948047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948047; }

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

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

background-color css

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

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

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

border-color css

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

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

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