#9D774A

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

Shades of Muesli #9D774A

Tints of Muesli #9D774A

Color information

#9D774A (or 0x9D774A) is unknown color: approx Muesli. HEX triplet: 9D, 77 and 4A. RGB value is (157,119,74). Sum of RGB (Red+Green+Blue) = 157+119+74=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D774A is #6288B5. Grayscale: #7D7D7D. Windows color (decimal): -6457526 or 4880285. OLE color: 4880285.

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

Color convert

RGB15711974-
CMYK00.240.530.38
HSL32.53º35.93%45.29%-
HSV(B)32.53º52.87%61.57%-
XYZ21.7420.869.36-
YUV125.2399.09150.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=44.86%
G=34%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571197400.240.530.3832.5335.9345.29
Hex9D774A018352621242d
Octal2351671120306546414455
Binary1001110111101111001010011000110101100110100001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,119,74); }

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

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

 a { background-color: rgb(157,119,74); }

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

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

 span { border-color: rgb(157,119,74); }

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