Html Css Color HEX #987949 Muesli

📋 copy color: '#987949'

red 152 ◦ green 121 ◦ blue 73

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

Shades of Muesli #987949

Tints of Muesli #987949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

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

R = 43.93%
G = 34.97%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#987949 (or 0x987949) is known color: Muesli. HEX triplet: 98, 79 and 49. RGB value is (152,121,73). Sum of RGB (Red+Green+Blue) = 152+121+73=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #987949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987949 is #6786B6. Grayscale: #7D7D7D. Windows color (decimal): -6784695 or 4815256. OLE color: 4815256.

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

Color convert

RGB 152 121 73 -
CMYK 0 0.20 0.52 0.40
HSL 36.46º 0.35% 0.44% -
HSV(B) 36.46º 0.52% 0.6% -
XYZ 20.99 20.83 9.22 -
YUV 124.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 152 121 73 0 0.20 0.52 0.40 36.46 0.35 0.44
Hex 98 79 49 0 14 34 28 24 23 2C
Octal 230 171 111 0 24 64 50 44 43 54
Binary 10011000 1111001 1001001 0 10100 110100 101000 100100 100011 101100

Color Harmonies of #987949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987949

Black with #987949

Text Example


Text Example

White with #987949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987949; }

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

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

background-color css

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

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

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

border-color css

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

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

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