Html Css Color HEX #9E8055 Muesli

📋 copy color: '#9E8055'

red 158 ◦ green 128 ◦ blue 85

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

Shades of Muesli #9E8055

Tints of Muesli #9E8055

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

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

R = 42.59%
G = 34.5%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9E8055 (or 0x9E8055) is known color: Muesli. HEX triplet: 9E, 80 and 55. RGB value is (158,128,85). Sum of RGB (Red+Green+Blue) = 158+128+85=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8055 is #617FAA. Grayscale: #848484. Windows color (decimal): -6389675 or 5603486. OLE color: 5603486.

HSL color Cylindrical-coordinate representation of color #9E8055: hue angle of 35.34º 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 #9E8055 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 128 85 -
CMYK 0 0.19 0.46 0.38
HSL 35.34º 0.3% 0.48% -
HSV(B) 35.34º 0.46% 0.62% -
XYZ 23.46 23.36 11.87 -
YUV 132.07 101.44 146.5 -
System Red Green Blue C M Y K H S L
Decimal 158 128 85 0 0.19 0.46 0.38 35.34 0.3 0.48
Hex 9E 80 55 0 13 2E 26 23 1E 30
Octal 236 200 125 0 23 56 46 43 36 60
Binary 10011110 10000000 1010101 0 10011 101110 100110 100011 11110 110000

Color Harmonies of #9E8055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8055

Black with #9E8055

Text Example


Text Example

White with #9E8055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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