Html Css Color HEX #9E854D Muesli

📋 copy color: '#9E854D'

red 158 ◦ green 133 ◦ blue 77

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

Shades of Muesli #9E854D

Tints of Muesli #9E854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 42.93%
G = 36.14%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#9E854D (or 0x9E854D) is known color: Muesli. HEX triplet: 9E, 85 and 4D. RGB value is (158,133,77). Sum of RGB (Red+Green+Blue) = 158+133+77=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E854D is #617AB2. Grayscale: #868686. Windows color (decimal): -6388403 or 5080478. OLE color: 5080478.

HSL color Cylindrical-coordinate representation of color #9E854D: hue angle of 41.48º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E854D is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 133 77 -
CMYK 0 0.16 0.51 0.38
HSL 41.48º 0.34% 0.46% -
HSV(B) 41.48º 0.51% 0.62% -
XYZ 23.83 24.58 10.51 -
YUV 134.09 95.78 145.05 -
System Red Green Blue C M Y K H S L
Decimal 158 133 77 0 0.16 0.51 0.38 41.48 0.34 0.46
Hex 9E 85 4D 0 10 33 26 29 22 2E
Octal 236 205 115 0 20 63 46 51 42 56
Binary 10011110 10000101 1001101 0 10000 110011 100110 101001 100010 101110

Color Harmonies of #9E854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E854D

Black with #9E854D

Text Example


Text Example

White with #9E854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,133,77); }

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

background-color css

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

 a { background-color: rgb(158,133,77); }

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

border-color css

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

 span { border-color: rgb(158,133,77); }

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