Html Css Color HEX #988449 Muesli

📋 copy color: '#988449'

red 152 ◦ green 132 ◦ blue 73

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

Shades of Muesli #988449

Tints of Muesli #988449

RGB

 RED value IS 152 (59.77% from 255) = 42.58%

 GREEN value IS 132 (51.95% from 255) = 36.97%

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

R = 42.58%
G = 36.97%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#988449 (or 0x988449) is known color: Muesli. HEX triplet: 98, 84 and 49. RGB value is (152,132,73). Sum of RGB (Red+Green+Blue) = 152+132+73=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #988449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988449 is #677BB6. Grayscale: #838383. Windows color (decimal): -6781879 or 4818072. OLE color: 4818072.

HSL color Cylindrical-coordinate representation of color #988449: hue angle of 44.81º 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 #988449 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 73 -
CMYK 0 0.13 0.52 0.40
HSL 44.81º 0.35% 0.44% -
HSV(B) 44.81º 0.52% 0.6% -
XYZ 22.4 23.66 9.69 -
YUV 131.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 152 132 73 0 0.13 0.52 0.40 44.81 0.35 0.44
Hex 98 84 49 0 D 34 28 2D 23 2C
Octal 230 204 111 0 15 64 50 55 43 54
Binary 10011000 10000100 1001001 0 1101 110100 101000 101101 100011 101100

Color Harmonies of #988449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988449

Black with #988449

Text Example


Text Example

White with #988449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988449; }

 p { color: rgb(152,132,73); }

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

background-color css

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

 a { background-color: rgb(152,132,73); }

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

border-color css

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

 span { border-color: rgb(152,132,73); }

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