Html Css Color HEX #9E885C Muesli

📋 copy color: '#9E885C'

red 158 ◦ green 136 ◦ blue 92

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

Shades of Muesli #9E885C

Tints of Muesli #9E885C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.83%

R = 40.93%
G = 35.23%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E885C (or 0x9E885C) is known color: Muesli. HEX triplet: 9E, 88 and 5C. RGB value is (158,136,92). Sum of RGB (Red+Green+Blue) = 158+136+92=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E885C is #6177A3. Grayscale: #898989. Windows color (decimal): -6387620 or 6064286. OLE color: 6064286.

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

Color convert

RGB 158 136 92 -
CMYK 0 0.14 0.42 0.38
HSL 40º 0.26% 0.49% -
HSV(B) 40º 0.42% 0.62% -
XYZ 24.84 25.65 13.77 -
YUV 137.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 158 136 92 0 0.14 0.42 0.38 40 0.26 0.49
Hex 9E 88 5C 0 E 2A 26 28 1A 31
Octal 236 210 134 0 16 52 46 50 32 61
Binary 10011110 10001000 1011100 0 1110 101010 100110 101000 11010 110001

Color Harmonies of #9E885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E885C

Black with #9E885C

Text Example


Text Example

White with #9E885C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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