#998052

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

Shades of Muesli #998052

Tints of Muesli #998052

Color information

#998052 (or 0x998052) is unknown color: approx Muesli. HEX triplet: 99, 80 and 52. RGB value is (153,128,82). Sum of RGB (Red+Green+Blue) = 153+128+82=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #998052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998052 is #667FAD. Grayscale: #828282. Windows color (decimal): -6717358 or 5406873. OLE color: 5406873.

HSL color Cylindrical-coordinate representation of color #998052: hue angle of 38.87º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #998052 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB15312882-
CMYK00.160.460.4
HSL38.87º30.21%46.08%-
HSV(B)38.87º46.41%60%-
XYZ22.3822.8211.21-
YUV130.23100.78144.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=42.15%
G=35.26%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531288200.160.460.438.8730.2146.08
Hex9980520102E28271e2e
Octal2312001220205650473656
Binary1001100110000000101001001000010111010100010011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998052; }

 p { color: rgb(153,128,82); }

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

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

 a { background-color: rgb(153,128,82); }

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

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

 span { border-color: rgb(153,128,82); }

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