#9D7C48

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

Shades of Muesli #9D7C48

Tints of Muesli #9D7C48

Color information

#9D7C48 (or 0x9D7C48) is unknown color: approx Muesli. HEX triplet: 9D, 7C and 48. RGB value is (157,124,72). Sum of RGB (Red+Green+Blue) = 157+124+72=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7C48 is #6283B7. Grayscale: #808080. Windows color (decimal): -6456248 or 4750493. OLE color: 4750493.

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

Color convert

RGB15712472-
CMYK00.210.540.38
HSL36.71º37.12%44.9%-
HSV(B)36.71º54.14%61.57%-
XYZ22.2822.059.21-
YUV127.9496.43148.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=44.48%
G=35.13%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571247200.210.540.3836.7137.1244.9
Hex9D7C48015362625252d
Octal2351741100256646454555
Binary1001110111111001001000010101110110100110100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,124,72); }

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

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

 a { background-color: rgb(157,124,72); }

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

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

 span { border-color: rgb(157,124,72); }

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