#998352

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

Shades of Muesli #998352

Tints of Muesli #998352

Color information

#998352 (or 0x998352) is unknown color: approx Muesli. HEX triplet: 99, 83 and 52. RGB value is (153,131,82). Sum of RGB (Red+Green+Blue) = 153+131+82=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998352 is #667CAD. Grayscale: #848484. Windows color (decimal): -6716590 or 5407641. OLE color: 5407641.

HSL color Cylindrical-coordinate representation of color #998352: hue angle of 41.41º 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 #998352 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB15313182-
CMYK00.140.460.4
HSL41.41º30.21%46.08%-
HSV(B)41.41º46.41%60%-
XYZ22.7823.6111.34-
YUV131.9999.79142.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=41.80%
G=35.79%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531318200.140.460.441.4130.2146.08
Hex9983520E2E28291e2e
Octal2312031220165650513656
Binary100110011000001110100100111010111010100010100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998352; }

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

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

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

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

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

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

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

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