Html Css Color HEX #997948 Muesli

📋 copy color: '#997948'

red 153 ◦ green 121 ◦ blue 72

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

Shades of Muesli #997948

Tints of Muesli #997948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 44.22%
G = 34.97%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#997948 (or 0x997948) is known color: Muesli. HEX triplet: 99, 79 and 48. RGB value is (153,121,72). Sum of RGB (Red+Green+Blue) = 153+121+72=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #997948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997948 is #6686B7. Grayscale: #7D7D7D. Windows color (decimal): -6719160 or 4749721. OLE color: 4749721.

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

Color convert

RGB 153 121 72 -
CMYK 0 0.21 0.53 0.4
HSL 36.3º 0.36% 0.44% -
HSV(B) 36.3º 0.53% 0.6% -
XYZ 21.14 20.91 9.05 -
YUV 124.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 153 121 72 0 0.21 0.53 0.4 36.3 0.36 0.44
Hex 99 79 48 0 15 35 28 24 24 2C
Octal 231 171 110 0 25 65 50 44 44 54
Binary 10011001 1111001 1001000 0 10101 110101 101000 100100 100100 101100

Color Harmonies of #997948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997948

Black with #997948

Text Example


Text Example

White with #997948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997948; }

 p { color: rgb(153,121,72); }

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

background-color css

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

 a { background-color: rgb(153,121,72); }

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

border-color css

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

 span { border-color: rgb(153,121,72); }

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