Html Css Color HEX #94794C Muesli

📋 copy color: '#94794C'

red 148 ◦ green 121 ◦ blue 76

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

Shades of Muesli #94794C

Tints of Muesli #94794C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 42.9%
G = 35.07%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94794C (or 0x94794C) is known color: Muesli. HEX triplet: 94, 79 and 4C. RGB value is (148,121,76). Sum of RGB (Red+Green+Blue) = 148+121+76=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #94794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94794C is #6B86B3. Grayscale: #7C7C7C. Windows color (decimal): -7046836 or 5011860. OLE color: 5011860.

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

Color convert

RGB 148 121 76 -
CMYK 0 0.18 0.49 0.42
HSL 37.5º 0.32% 0.44% -
HSV(B) 37.5º 0.49% 0.58% -
XYZ 20.35 20.49 9.72 -
YUV 123.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 148 121 76 0 0.18 0.49 0.42 37.5 0.32 0.44
Hex 94 79 4C 0 12 31 2A 26 20 2C
Octal 224 171 114 0 22 61 52 46 40 54
Binary 10010100 1111001 1001100 0 10010 110001 101010 100110 100000 101100

Color Harmonies of #94794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94794C

Black with #94794C

Text Example


Text Example

White with #94794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94794C; }

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

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

background-color css

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

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

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

border-color css

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

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

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