#9E7B41

Color #9E7B41 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #9E7B41

Tints of Muesli #9E7B41

Color information

#9E7B41 (or 0x9E7B41) is unknown color: approx Muesli. HEX triplet: 9E, 7B and 41. RGB value is (158,123,65). Sum of RGB (Red+Green+Blue) = 158+123+65=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7B41 is #6184BE. Grayscale: #7F7F7F. Windows color (decimal): -6390975 or 4291486. OLE color: 4291486.

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

Color convert

RGB15812365-
CMYK00.220.590.38
HSL37.42º41.7%43.73%-
HSV(B)37.42º58.86%61.96%-
XYZ22.1421.828.05-
YUV126.8593.1150.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.66%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=45.66%
G=35.55%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581236500.220.590.3837.4241.743.73
Hex9E7B410163B26252a2c
Octal2361731010267346455254
Binary1001111011110111000001010110111011100110100101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,123,65); }

 H1.HeaderClassName
 {
   color: #9E7B41;
 }
 .AnyTagClassName
 {
   color: #9E7B41;
 }
</style>
background-color css

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

 a { background-color: rgb(158,123,65); }

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

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

 span { border-color: rgb(158,123,65); }

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