#9E7E41

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

Shades of Muesli #9E7E41

Tints of Muesli #9E7E41

Color information

#9E7E41 (or 0x9E7E41) is unknown color: approx Muesli. HEX triplet: 9E, 7E and 41. RGB value is (158,126,65). Sum of RGB (Red+Green+Blue) = 158+126+65=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7E41 is #6181BE. Grayscale: #808080. Windows color (decimal): -6390207 or 4292254. OLE color: 4292254.

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

Color convert

RGB15812665-
CMYK00.200.590.38
HSL39.35º41.7%43.73%-
HSV(B)39.35º58.86%61.96%-
XYZ22.5222.578.17-
YUV128.6192.1148.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.27%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=45.27%
G=36.10%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581266500.200.590.3839.3541.743.73
Hex9E7E410143B26272a2c
Octal2361761010247346475254
Binary1001111011111101000001010100111011100110100111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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