Html Css Color HEX #997D4A Muesli

📋 copy color: '#997D4A'

red 153 ◦ green 125 ◦ blue 74

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

Shades of Muesli #997D4A

Tints of Muesli #997D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 43.47%
G = 35.51%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#997D4A (or 0x997D4A) is known color: Muesli. HEX triplet: 99, 7D and 4A. RGB value is (153,125,74). Sum of RGB (Red+Green+Blue) = 153+125+74=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #997D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D4A is #6682B5. Grayscale: #7F7F7F. Windows color (decimal): -6718134 or 4881817. OLE color: 4881817.

HSL color Cylindrical-coordinate representation of color #997D4A: hue angle of 38.73º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #997D4A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 125 74 -
CMYK 0 0.18 0.52 0.4
HSL 38.73º 0.35% 0.45% -
HSV(B) 38.73º 0.52% 0.6% -
XYZ 21.71 21.93 9.57 -
YUV 127.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 153 125 74 0 0.18 0.52 0.4 38.73 0.35 0.45
Hex 99 7D 4A 0 12 34 28 27 23 2D
Octal 231 175 112 0 22 64 50 47 43 55
Binary 10011001 1111101 1001010 0 10010 110100 101000 100111 100011 101101

Color Harmonies of #997D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D4A

Black with #997D4A

Text Example


Text Example

White with #997D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,125,74); }

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

background-color css

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

 a { background-color: rgb(153,125,74); }

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

border-color css

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

 span { border-color: rgb(153,125,74); }

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