#9E7A4B

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

Shades of Muesli #9E7A4B

Tints of Muesli #9E7A4B

Color information

#9E7A4B (or 0x9E7A4B) is unknown color: approx Muesli. HEX triplet: 9E, 7A and 4B. RGB value is (158,122,75). Sum of RGB (Red+Green+Blue) = 158+122+75=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7A4B is #6185B4. Grayscale: #7F7F7F. Windows color (decimal): -6391221 or 4946590. OLE color: 4946590.

HSL color Cylindrical-coordinate representation of color #9E7A4B: hue angle of 33.98º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E7A4B is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB15812275-
CMYK00.230.530.38
HSL33.98º35.62%45.69%-
HSV(B)33.98º52.53%61.96%-
XYZ22.3321.79.67-
YUV127.4198.43149.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.51%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=44.51%
G=34.37%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581227500.230.530.3833.9835.6245.69
Hex9E7A4B017352622242e
Octal2361721130276546424456
Binary1001111011110101001011010111110101100110100010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,122,75); }

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

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

 a { background-color: rgb(158,122,75); }

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

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

 span { border-color: rgb(158,122,75); }

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