#9E7F43

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

Shades of Muesli #9E7F43

Tints of Muesli #9E7F43

Color information

#9E7F43 (or 0x9E7F43) is unknown color: approx Muesli. HEX triplet: 9E, 7F and 43. RGB value is (158,127,67). Sum of RGB (Red+Green+Blue) = 158+127+67=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7F43 is #6180BC. Grayscale: #818181. Windows color (decimal): -6389949 or 4423582. OLE color: 4423582.

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

Color convert

RGB15812767-
CMYK00.200.580.38
HSL39.56º40.44%44.12%-
HSV(B)39.56º57.59%61.96%-
XYZ22.722.858.52-
YUV129.4392.77148.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.89%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=44.89%
G=36.08%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581276700.200.580.3839.5640.4444.12
Hex9E7F430143A2628282c
Octal2361771030247246505054
Binary1001111011111111000011010100111010100110101000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,127,67); }

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

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

 a { background-color: rgb(158,127,67); }

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

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

 span { border-color: rgb(158,127,67); }

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