#9A7D4E

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

Shades of Muesli #9A7D4E

Tints of Muesli #9A7D4E

Color information

#9A7D4E (or 0x9A7D4E) is unknown color: approx Muesli. HEX triplet: 9A, 7D and 4E. RGB value is (154,125,78). Sum of RGB (Red+Green+Blue) = 154+125+78=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D4E is #6582B1. Grayscale: #808080. Windows color (decimal): -6652594 or 5143962. OLE color: 5143962.

HSL color Cylindrical-coordinate representation of color #9A7D4E: hue angle of 37.11º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A7D4E is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15412578-
CMYK00.190.490.40
HSL37.11º32.76%45.49%-
HSV(B)37.11º49.35%60.39%-
XYZ22.0422.0910.31-
YUV128.3199.61146.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.14%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=43.14%
G=35.01%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541257800.190.490.4037.1132.7645.49
Hex9A7D4E013312825212d
Octal2321751160236150454155
Binary1001101011111011001110010011110001101000100101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,125,78); }

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

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

 a { background-color: rgb(154,125,78); }

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

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

 span { border-color: rgb(154,125,78); }

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