#9D7B4F

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

Shades of Muesli #9D7B4F

Tints of Muesli #9D7B4F

Color information

#9D7B4F (or 0x9D7B4F) is unknown color: approx Muesli. HEX triplet: 9D, 7B and 4F. RGB value is (157,123,79). Sum of RGB (Red+Green+Blue) = 157+123+79=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7B4F is #6284B0. Grayscale: #808080. Windows color (decimal): -6456497 or 5208989. OLE color: 5208989.

HSL color Cylindrical-coordinate representation of color #9D7B4F: hue angle of 33.85º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D7B4F is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15712379-
CMYK00.220.500.38
HSL33.85º33.05%46.27%-
HSV(B)33.85º49.68%61.57%-
XYZ22.421.910.44-
YUV128.15100.26148.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.73%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=43.73%
G=34.26%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571237900.220.500.3833.8533.0546.27
Hex9D7B4F016322622212e
Octal2351731170266246424156
Binary1001110111110111001111010110110010100110100010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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