#9D7B56

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

Shades of Muesli #9D7B56

Tints of Muesli #9D7B56

Color information

#9D7B56 (or 0x9D7B56) is unknown color: approx Muesli. HEX triplet: 9D, 7B and 56. RGB value is (157,123,86). Sum of RGB (Red+Green+Blue) = 157+123+86=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7B56 is #6284A9. Grayscale: #818181. Windows color (decimal): -6456490 or 5667741. OLE color: 5667741.

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

Color convert

RGB15712386-
CMYK00.220.450.38
HSL31.27º29.22%47.65%-
HSV(B)31.27º45.22%61.57%-
XYZ22.6722.0111.86-
YUV128.95103.76148.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=42.90%
G=33.61%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571238600.220.450.3831.2729.2247.65
Hex9D7B560162D261f1d30
Octal2351731260265546373560
Binary10011101111101110101100101101011011001101111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,123,86); }

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

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

 a { background-color: rgb(157,123,86); }

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

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

 span { border-color: rgb(157,123,86); }

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