#9D7950

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

Shades of Muesli #9D7950

Tints of Muesli #9D7950

Color information

#9D7950 (or 0x9D7950) is unknown color: approx Muesli. HEX triplet: 9D, 79 and 50. RGB value is (157,121,80). Sum of RGB (Red+Green+Blue) = 157+121+80=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7950 is #6286AF. Grayscale: #7F7F7F. Windows color (decimal): -6457008 or 5274013. OLE color: 5274013.

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

Color convert

RGB15712180-
CMYK00.230.490.38
HSL31.95º32.49%46.47%-
HSV(B)31.95º49.04%61.57%-
XYZ22.1921.4210.55-
YUV127.09101.43149.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.85%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=43.85%
G=33.80%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571218000.230.490.3831.9532.4946.47
Hex9D7950017312620202e
Octal2351711200276146404056
Binary1001110111110011010000010111110001100110100000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,121,80); }

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

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

 a { background-color: rgb(157,121,80); }

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

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

 span { border-color: rgb(157,121,80); }

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