Html Css Color HEX #9E7D56 Muesli

📋 copy color: '#9E7D56'

red 158 ◦ green 125 ◦ blue 86

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

Shades of Muesli #9E7D56

Tints of Muesli #9E7D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 42.82%
G = 33.88%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9E7D56 (or 0x9E7D56) is known color: Muesli. HEX triplet: 9E, 7D and 56. RGB value is (158,125,86). Sum of RGB (Red+Green+Blue) = 158+125+86=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7D56 is #6182A9. Grayscale: #828282. Windows color (decimal): -6390442 or 5668254. OLE color: 5668254.

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

Color convert

RGB 158 125 86 -
CMYK 0 0.21 0.46 0.38
HSL 32.5º 0.3% 0.48% -
HSV(B) 32.5º 0.46% 0.62% -
XYZ 23.11 22.61 11.95 -
YUV 130.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 158 125 86 0 0.21 0.46 0.38 32.5 0.3 0.48
Hex 9E 7D 56 0 15 2E 26 20 1E 30
Octal 236 175 126 0 25 56 46 40 36 60
Binary 10011110 1111101 1010110 0 10101 101110 100110 100000 11110 110000

Color Harmonies of #9E7D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D56

Black with #9E7D56

Text Example


Text Example

White with #9E7D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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