Html Css Color HEX #997C49 Muesli

📋 copy color: '#997C49'

red 153 ◦ green 124 ◦ blue 73

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

Shades of Muesli #997C49

Tints of Muesli #997C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

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

R = 43.71%
G = 35.43%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#997C49 (or 0x997C49) is known color: Muesli. HEX triplet: 99, 7C and 49. RGB value is (153,124,73). Sum of RGB (Red+Green+Blue) = 153+124+73=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #997C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C49 is #6683B6. Grayscale: #7F7F7F. Windows color (decimal): -6718391 or 4816025. OLE color: 4816025.

HSL color Cylindrical-coordinate representation of color #997C49: hue angle of 38.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 #997C49 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 73 -
CMYK 0 0.19 0.52 0.4
HSL 38.25º 0.35% 0.44% -
HSV(B) 38.25º 0.52% 0.6% -
XYZ 21.55 21.67 9.35 -
YUV 126.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 153 124 73 0 0.19 0.52 0.4 38.25 0.35 0.44
Hex 99 7C 49 0 13 34 28 26 23 2C
Octal 231 174 111 0 23 64 50 46 43 54
Binary 10011001 1111100 1001001 0 10011 110100 101000 100110 100011 101100

Color Harmonies of #997C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C49

Black with #997C49

Text Example


Text Example

White with #997C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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