Html Css Color HEX #9E7D4F Muesli

📋 copy color: '#9E7D4F'

red 158 ◦ green 125 ◦ blue 79

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

Shades of Muesli #9E7D4F

Tints of Muesli #9E7D4F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 43.65%
G = 34.53%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9E7D4F (or 0x9E7D4F) is known color: Muesli. HEX triplet: 9E, 7D and 4F. RGB value is (158,125,79). Sum of RGB (Red+Green+Blue) = 158+125+79=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D4F is #6182B0. Grayscale: #818181. Windows color (decimal): -6390449 or 5209502. OLE color: 5209502.

HSL color Cylindrical-coordinate representation of color #9E7D4F: hue angle of 34.94º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7D4F is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 125 79 -
CMYK 0 0.21 0.50 0.38
HSL 34.94º 0.33% 0.46% -
HSV(B) 34.94º 0.5% 0.62% -
XYZ 22.85 22.5 10.54 -
YUV 129.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 158 125 79 0 0.21 0.50 0.38 34.94 0.33 0.46
Hex 9E 7D 4F 0 15 32 26 23 21 2E
Octal 236 175 117 0 25 62 46 43 41 56
Binary 10011110 1111101 1001111 0 10101 110010 100110 100011 100001 101110

Color Harmonies of #9E7D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D4F

Black with #9E7D4F

Text Example


Text Example

White with #9E7D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,125,79); }

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

background-color css

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

 a { background-color: rgb(158,125,79); }

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

border-color css

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

 span { border-color: rgb(158,125,79); }

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