Html Css Color HEX #9E794F Muesli

📋 copy color: '#9E794F'

red 158 ◦ green 121 ◦ blue 79

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

Shades of Muesli #9E794F

Tints of Muesli #9E794F

RGB

 RED value IS 158 (62.11% from 255) = 44.13%

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

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 44.13%
G = 33.8%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9E794F (or 0x9E794F) is known color: Muesli. HEX triplet: 9E, 79 and 4F. RGB value is (158,121,79). Sum of RGB (Red+Green+Blue) = 158+121+79=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E794F is #6186B0. Grayscale: #7F7F7F. Windows color (decimal): -6391473 or 5208478. OLE color: 5208478.

HSL color Cylindrical-coordinate representation of color #9E794F: hue angle of 31.9º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E794F is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 121 79 -
CMYK 0 0.23 0.50 0.38
HSL 31.9º 0.33% 0.46% -
HSV(B) 31.9º 0.5% 0.62% -
XYZ 22.35 21.51 10.37 -
YUV 127.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 158 121 79 0 0.23 0.50 0.38 31.9 0.33 0.46
Hex 9E 79 4F 0 17 32 26 20 21 2E
Octal 236 171 117 0 27 62 46 40 41 56
Binary 10011110 1111001 1001111 0 10111 110010 100110 100000 100001 101110

Color Harmonies of #9E794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E794F

Black with #9E794F

Text Example


Text Example

White with #9E794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E794F; }

 p { color: rgb(158,121,79); }

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

background-color css

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

 a { background-color: rgb(158,121,79); }

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

border-color css

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

 span { border-color: rgb(158,121,79); }

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