Html Css Color HEX #9E774A Muesli

📋 copy color: '#9E774A'

red 158 ◦ green 119 ◦ blue 74

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

Shades of Muesli #9E774A

Tints of Muesli #9E774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 45.01%
G = 33.9%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9E774A (or 0x9E774A) is known color: Muesli. HEX triplet: 9E, 77 and 4A. RGB value is (158,119,74). Sum of RGB (Red+Green+Blue) = 158+119+74=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E774A is #6188B5. Grayscale: #7D7D7D. Windows color (decimal): -6391990 or 4880286. OLE color: 4880286.

HSL color Cylindrical-coordinate representation of color #9E774A: hue angle of 32.14º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E774A is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 119 74 -
CMYK 0 0.25 0.53 0.38
HSL 32.14º 0.36% 0.45% -
HSV(B) 32.14º 0.53% 0.62% -
XYZ 21.93 20.96 9.37 -
YUV 125.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 158 119 74 0 0.25 0.53 0.38 32.14 0.36 0.45
Hex 9E 77 4A 0 19 35 26 20 24 2D
Octal 236 167 112 0 31 65 46 40 44 55
Binary 10011110 1110111 1001010 0 11001 110101 100110 100000 100100 101101

Color Harmonies of #9E774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E774A

Black with #9E774A

Text Example


Text Example

White with #9E774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,119,74); }

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

background-color css

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

 a { background-color: rgb(158,119,74); }

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

border-color css

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

 span { border-color: rgb(158,119,74); }

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