Html Css Color HEX #977B48 Muesli

📋 copy color: '#977B48'

red 151 ◦ green 123 ◦ blue 72

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

Shades of Muesli #977B48

Tints of Muesli #977B48

RGB

 RED value IS 151 (59.38% from 255) = 43.64%

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

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

R = 43.64%
G = 35.55%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#977B48 (or 0x977B48) is known color: Muesli. HEX triplet: 97, 7B and 48. RGB value is (151,123,72). Sum of RGB (Red+Green+Blue) = 151+123+72=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #977B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B48 is #6884B7. Grayscale: #7D7D7D. Windows color (decimal): -6849720 or 4750231. OLE color: 4750231.

HSL color Cylindrical-coordinate representation of color #977B48: hue angle of 38.73º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #977B48 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 123 72 -
CMYK 0 0.19 0.52 0.41
HSL 38.73º 0.35% 0.44% -
HSV(B) 38.73º 0.52% 0.59% -
XYZ 21.02 21.21 9.12 -
YUV 125.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 151 123 72 0 0.19 0.52 0.41 38.73 0.35 0.44
Hex 97 7B 48 0 13 34 29 27 23 2C
Octal 227 173 110 0 23 64 51 47 43 54
Binary 10010111 1111011 1001000 0 10011 110100 101001 100111 100011 101100

Color Harmonies of #977B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B48

Black with #977B48

Text Example


Text Example

White with #977B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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