#98794D

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

Shades of Muesli #98794D

Tints of Muesli #98794D

Color information

#98794D (or 0x98794D) is unknown color: approx Muesli. HEX triplet: 98, 79 and 4D. RGB value is (152,121,77). Sum of RGB (Red+Green+Blue) = 152+121+77=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #98794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98794D is #6786B2. Grayscale: #7D7D7D. Windows color (decimal): -6784691 or 5077400. OLE color: 5077400.

HSL color Cylindrical-coordinate representation of color #98794D: hue angle of 35.2º 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 #98794D is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15212177-
CMYK00.200.490.40
HSL35.2º32.75%44.9%-
HSV(B)35.2º49.34%59.61%-
XYZ21.1320.899.94-
YUV125.25100.77147.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 77 (30.47% from 255) = 22%
R=43.43%
G=34.57%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521217700.200.490.4035.232.7544.9
Hex98794D014312823212d
Octal2301711150246150434155
Binary1001100011110011001101010100110001101000100011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98794D; }

 p { color: rgb(152,121,77); }

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

<style>
 a { background-color: #98794D; }

 a { background-color: rgb(152,121,77); }

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

<style>
 span { border-color: #98794D; }

 span { border-color: rgb(152,121,77); }

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