#998248

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

Shades of Muesli #998248

Tints of Muesli #998248

Color information

#998248 (or 0x998248) is unknown color: approx Muesli. HEX triplet: 99, 82 and 48. RGB value is (153,130,72). Sum of RGB (Red+Green+Blue) = 153+130+72=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #998248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998248 is #667DB7. Grayscale: #828282. Windows color (decimal): -6716856 or 4752025. OLE color: 4752025.

HSL color Cylindrical-coordinate representation of color #998248: hue angle of 42.96º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #998248 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB15313072-
CMYK00.150.530.4
HSL42.96º36%44.12%-
HSV(B)42.96º52.94%60%-
XYZ22.2923.219.44-
YUV130.2795.12144.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=43.10%
G=36.62%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531307200.150.530.442.963644.12
Hex9982480F35282b242c
Octal2312021100176550534454
Binary1001100110000010100100001111110101101000101011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998248; }

 p { color: rgb(153,130,72); }

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

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

 a { background-color: rgb(153,130,72); }

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

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

 span { border-color: rgb(153,130,72); }

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