Html Css Color HEX #997B48 Muesli

📋 copy color: '#997B48'

red 153 ◦ green 123 ◦ blue 72

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

Shades of Muesli #997B48

Tints of Muesli #997B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

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

R = 43.97%
G = 35.34%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#997B48 (or 0x997B48) is known color: Muesli. HEX triplet: 99, 7B and 48. RGB value is (153,123,72). Sum of RGB (Red+Green+Blue) = 153+123+72=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #997B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B48 is #6684B7. Grayscale: #7E7E7E. Windows color (decimal): -6718648 or 4750233. OLE color: 4750233.

HSL color Cylindrical-coordinate representation of color #997B48: hue angle of 37.78º 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 #997B48 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 123 72 -
CMYK 0 0.20 0.53 0.4
HSL 37.78º 0.36% 0.44% -
HSV(B) 37.78º 0.53% 0.6% -
XYZ 21.39 21.41 9.14 -
YUV 126.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 153 123 72 0 0.20 0.53 0.4 37.78 0.36 0.44
Hex 99 7B 48 0 14 35 28 26 24 2C
Octal 231 173 110 0 24 65 50 46 44 54
Binary 10011001 1111011 1001000 0 10100 110101 101000 100110 100100 101100

Color Harmonies of #997B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B48

Black with #997B48

Text Example


Text Example

White with #997B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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