#998245

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

Shades of Muesli #998245

Tints of Muesli #998245

Color information

#998245 (or 0x998245) is unknown color: approx Muesli. HEX triplet: 99, 82 and 45. RGB value is (153,130,69). Sum of RGB (Red+Green+Blue) = 153+130+69=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #998245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998245 is #667DBA. Grayscale: #828282. Windows color (decimal): -6716859 or 4555417. OLE color: 4555417.

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

Color convert

RGB15313069-
CMYK00.150.550.4
HSL43.57º37.84%43.53%-
HSV(B)43.57º54.9%60%-
XYZ22.1923.178.93-
YUV129.9293.62144.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=43.47%
G=36.93%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531306900.150.550.443.5737.8443.53
Hex9982450F37282c262c
Octal2312021050176750544654
Binary1001100110000010100010101111110111101000101100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998245; }

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

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

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

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

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

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

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

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