Html Css Color HEX #977D41 Muesli

📋 copy color: '#977D41'

red 151 ◦ green 125 ◦ blue 65

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

Shades of Muesli #977D41

Tints of Muesli #977D41

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 44.28%
G = 36.66%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#977D41 (or 0x977D41) is known color: Muesli. HEX triplet: 97, 7D and 41. RGB value is (151,125,65). Sum of RGB (Red+Green+Blue) = 151+125+65=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #977D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D41 is #6882BE. Grayscale: #7E7E7E. Windows color (decimal): -6849215 or 4291991. OLE color: 4291991.

HSL color Cylindrical-coordinate representation of color #977D41: hue angle of 41.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #977D41 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 125 65 -
CMYK 0 0.17 0.57 0.41
HSL 41.86º 0.4% 0.42% -
HSV(B) 41.86º 0.57% 0.59% -
XYZ 21.05 21.63 8.07 -
YUV 125.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 151 125 65 0 0.17 0.57 0.41 41.86 0.4 0.42
Hex 97 7D 41 0 11 39 29 2A 28 2A
Octal 227 175 101 0 21 71 51 52 50 52
Binary 10010111 1111101 1000001 0 10001 111001 101001 101010 101000 101010

Color Harmonies of #977D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D41

Black with #977D41

Text Example


Text Example

White with #977D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,125,65); }

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

background-color css

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

 a { background-color: rgb(151,125,65); }

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

border-color css

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

 span { border-color: rgb(151,125,65); }

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