Html Css Color HEX #998049 Muesli

📋 copy color: '#998049'

red 153 ◦ green 128 ◦ blue 73

#998049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muesli #998049

Tints of Muesli #998049

RGB

 RED value IS 153 (60.16% from 255) = 43.22%

 GREEN value IS 128 (50.39% from 255) = 36.16%

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 43.22%
G = 36.16%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#998049 (or 0x998049) is known color: Muesli. HEX triplet: 99, 80 and 49. RGB value is (153,128,73). Sum of RGB (Red+Green+Blue) = 153+128+73=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #998049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998049 is #667FB6. Grayscale: #818181. Windows color (decimal): -6717367 or 4817049. OLE color: 4817049.

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

Color convert

RGB 153 128 73 -
CMYK 0 0.16 0.52 0.4
HSL 41.25º 0.35% 0.44% -
HSV(B) 41.25º 0.52% 0.6% -
XYZ 22.06 22.69 9.52 -
YUV 129.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 153 128 73 0 0.16 0.52 0.4 41.25 0.35 0.44
Hex 99 80 49 0 10 34 28 29 23 2C
Octal 231 200 111 0 20 64 50 51 43 54
Binary 10011001 10000000 1001001 0 10000 110100 101000 101001 100011 101100

Color Harmonies of #998049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998049

Black with #998049

Text Example


Text Example

White with #998049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998049; }

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

 H1.HeaderClassName
 {
   color: #998049;
 }
 .AnyTagClassName
 {
   color: #998049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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