Html Css Color HEX #977D4B Muesli

📋 copy color: '#977D4B'

red 151 ◦ green 125 ◦ blue 75

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

Shades of Muesli #977D4B

Tints of Muesli #977D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.37%

R = 43.02%
G = 35.61%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#977D4B (or 0x977D4B) is known color: Muesli. HEX triplet: 97, 7D and 4B. RGB value is (151,125,75). Sum of RGB (Red+Green+Blue) = 151+125+75=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #977D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D4B is #6882B4. Grayscale: #7F7F7F. Windows color (decimal): -6849205 or 4947351. OLE color: 4947351.

HSL color Cylindrical-coordinate representation of color #977D4B: hue angle of 39.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #977D4B is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 125 75 -
CMYK 0 0.17 0.50 0.41
HSL 39.47º 0.34% 0.44% -
HSV(B) 39.47º 0.5% 0.59% -
XYZ 21.37 21.75 9.73 -
YUV 127.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 151 125 75 0 0.17 0.50 0.41 39.47 0.34 0.44
Hex 97 7D 4B 0 11 32 29 27 22 2C
Octal 227 175 113 0 21 62 51 47 42 54
Binary 10010111 1111101 1001011 0 10001 110010 101001 100111 100010 101100

Color Harmonies of #977D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D4B

Black with #977D4B

Text Example


Text Example

White with #977D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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