Html Css Color HEX #9E885D Muesli

📋 copy color: '#9E885D'

red 158 ◦ green 136 ◦ blue 93

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

Shades of Muesli #9E885D

Tints of Muesli #9E885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 40.83%
G = 35.14%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E885D (or 0x9E885D) is known color: Muesli. HEX triplet: 9E, 88 and 5D. RGB value is (158,136,93). Sum of RGB (Red+Green+Blue) = 158+136+93=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E885D is #6177A2. Grayscale: #898989. Windows color (decimal): -6387619 or 6129822. OLE color: 6129822.

HSL color Cylindrical-coordinate representation of color #9E885D: hue angle of 39.69º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E885D is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 136 93 -
CMYK 0 0.14 0.41 0.38
HSL 39.69º 0.26% 0.49% -
HSV(B) 39.69º 0.41% 0.62% -
XYZ 24.88 25.67 14 -
YUV 137.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 158 136 93 0 0.14 0.41 0.38 39.69 0.26 0.49
Hex 9E 88 5D 0 E 29 26 28 1A 31
Octal 236 210 135 0 16 51 46 50 32 61
Binary 10011110 10001000 1011101 0 1110 101001 100110 101000 11010 110001

Color Harmonies of #9E885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E885D

Black with #9E885D

Text Example


Text Example

White with #9E885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,136,93); }

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

background-color css

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

 a { background-color: rgb(158,136,93); }

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

border-color css

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

 span { border-color: rgb(158,136,93); }

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