Html Css Color HEX #9E8855 Muesli

📋 copy color: '#9E8855'

red 158 ◦ green 136 ◦ blue 85

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

Shades of Muesli #9E8855

Tints of Muesli #9E8855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.43%

R = 41.69%
G = 35.88%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9E8855 (or 0x9E8855) is known color: Muesli. HEX triplet: 9E, 88 and 55. RGB value is (158,136,85). Sum of RGB (Red+Green+Blue) = 158+136+85=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8855 is #6177AA. Grayscale: #888888. Windows color (decimal): -6387627 or 5605534. OLE color: 5605534.

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

Color convert

RGB 158 136 85 -
CMYK 0 0.14 0.46 0.38
HSL 41.92º 0.3% 0.48% -
HSV(B) 41.92º 0.46% 0.62% -
XYZ 24.54 25.53 12.23 -
YUV 136.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 158 136 85 0 0.14 0.46 0.38 41.92 0.3 0.48
Hex 9E 88 55 0 E 2E 26 2A 1E 30
Octal 236 210 125 0 16 56 46 52 36 60
Binary 10011110 10001000 1010101 0 1110 101110 100110 101010 11110 110000

Color Harmonies of #9E8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8855

Black with #9E8855

Text Example


Text Example

White with #9E8855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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